Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. archivist@hp:~/heekscad$ cmake .
  2. WARNING: This project requires version 2.6 of CMake. You are running version 2.4.7.
  3.  
  4. CMake Error: Error in cmake code at
  5. /home/archivist/heekscad/CMakeLists.txt:3:
  6. IF had incorrect arguments: ${CMAKE_VERSION} STREQUAL "2.8.2" (Unknown arguments specified).
  7. Current CMake stack:
  8. [1] /home/archivist/heekscad/CMakeLists.txt
  9. WARNINGCMake/CPack version 2.8.2 will not create working .deb packages!
  10. CMake Error: Error in cmake code at
  11. /home/archivist/heekscad/CMakeLists.txt:6:
  12. ENDIF An ENDIF command was found outside of a proper IF ENDIF structure. Or its arguments did not match the opening IF command.
  13. Current CMake stack:
  14. [1] /home/archivist/heekscad/CMakeLists.txt
  15. The end of a CMakeLists file was reached with an IF statement that was not closed properly.
  16. Within the directory: /home/archivist/heekscad
  17. The arguments are: UNIX
  18. -- Configuring done
  19. archivist@hp:~/heekscad$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement