Advertisement
zinosat

cmake

Nov 24th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # strace -e open ctest
  2.  
  3. open("/usr/CMakeFiles/CMakeSourceDir.txt", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  4. open("//CMakeFiles/CMakeSourceDir.txt", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  5. *********************************
  6. No test configuration file found!
  7. *********************************
  8. CMake Error: Could not find CMAKE_ROOT !!!
  9. CMake has most likely not been installed correctly.
  10. Modules directory not found in
  11. /usr/share/cmake-3.0
  12. CMake Error: Could not find CMAKE_ROOT !!!
  13. CMake has most likely not been installed correctly.
  14. Modules directory not found in
  15. /usr/share/cmake-3.0
  16. Usage
  17.  
  18. ctest [options]
  19.  
  20. Options
  21. -C <cfg>, --build-config <cfg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement