BadCompilerCandCXX-stderr-NMake.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  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. To use the NMake generator with Visual C\+\+, cmake must be run from a shell
  6. that can use the compiler cl from the command line. This environment is
  7. unable to invoke the cl compiler. To fix this problem, run cmake from the
  8. Visual Studio Command Prompt \(vcvarsall.bat\).
  9. Tell CMake where to find the compiler by setting either the environment
  10. variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  11. the compiler, or to the compiler name if it is in the PATH.
  12. Call Stack \(most recent call first\):
  13. CMakeLists.txt:3 \(include\)
  14. +
  15. CMake Error at BadCompilerCandCXX.cmake:3 \(project\):
  16. The CMAKE_CXX_COMPILER:
  17. no-CXX-compiler
  18. is not a full path and was not found in the PATH.
  19. To use the NMake generator with Visual C\+\+, cmake must be run from a shell
  20. that can use the compiler cl from the command line. This environment is
  21. unable to invoke the cl compiler. To fix this problem, run cmake from the
  22. Visual Studio Command Prompt \(vcvarsall.bat\).
  23. Tell CMake where to find the compiler by setting either the environment
  24. variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  25. to the compiler, or to the compiler name if it is in the PATH.
  26. Call Stack \(most recent call first\):
  27. CMakeLists.txt:3 \(include\)$