Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. CMake Error at CMakeLists.txt:9 (if):
  2. if given arguments:
  3.  
  4. "AND" "/usr/bin/cc" "MATCHES" "mingw"
  5.  
  6. Unknown arguments specified
  7.  
  8.  
  9. CMake Warning (dev) in CMakeLists.txt:
  10. No cmake_minimum_required command is present. A line of code such as
  11.  
  12. cmake_minimum_required(VERSION 2.8)
  13.  
  14. should be added at the top of the file. The version specified may be lower
  15. if you wish to support older CMake versions for this project. For more
  16. information run "cmake --help-policy CMP0000".
  17. This warning is for project developers. Use -Wno-dev to suppress it.
  18.  
  19. -- Configuring incomplete, errors occurred!
  20. See also "/home/foley/workspace/sauer-fork/sauerbraten-fork/src/build/CMakeFiles/CMakeOutput.log".
  21. foley@foley-CELSIUS-M470-2:~/workspace/sauer-fork/sauerbraten-fork/src/build$ cmake ../ | curl -F 'sprunge=<-' http://sprunge.us
  22. CMake Error at CMakeLists.txt:9 (if):
  23. if given arguments:
  24.  
  25. "AND" "/usr/bin/cc" "MATCHES" "mingw"
  26.  
  27. Unknown arguments specified
  28.  
  29.  
  30. CMake Warning (dev) in CMakeLists.txt:
  31. No cmake_minimum_required command is present. A line of code such as
  32.  
  33. cmake_minimum_required(VERSION 2.8)
  34.  
  35. should be added at the top of the file. The version specified may be lower
  36. if you wish to support older CMake versions for this project. For more
  37. information run "cmake --help-policy CMP0000".
  38. This warning is for project developers. Use -Wno-dev to suppress it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement