BadCompilerCandCXX-stderr.txt 882 B

12345678910111213141516171819202122232425
  1. CMake Error at BadCompilerCandCXX.cmake:3 \(project\):
  2. The CMAKE_C_COMPILER:
  3. no-C-compiler
  4. is not a full path and was not found in the PATH.
  5. Tell CMake where to find the compiler by setting either the environment
  6. variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  7. the compiler, or to the compiler name if it is in the PATH.
  8. Call Stack \(most recent call first\):
  9. CMakeLists.txt:3 \(include\)
  10. +
  11. CMake Error at BadCompilerCandCXX.cmake:3 \(project\):
  12. The CMAKE_CXX_COMPILER:
  13. no-CXX-compiler
  14. is not a full path and was not found in the PATH.
  15. Tell CMake where to find the compiler by setting either the environment
  16. variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  17. to the compiler, or to the compiler name if it is in the PATH.
  18. Call Stack \(most recent call first\):
  19. CMakeLists.txt:3 \(include\)$