Hi guys,
I am new with CMake. I am working on Windows10 with VS 2015. I have download CMake 3.8.0-rc4 and I am using the CMake GUI to generate the solution. But the error shows like this:
The C compiler identification is unknown
The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:2 (project):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:2 (project):
No CMAKE_CXX_COMPILER could be found.
Any idea?
Thanks.
Changlin
Hi guys,
I am new with CMake. I am working on Windows10 with VS 2015. I have download CMake 3.8.0-rc4 and I am using the CMake GUI to generate the solution. But the error shows like this:
The C compiler identification is unknown
The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:2 (project):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:2 (project):
No CMAKE_CXX_COMPILER could be found.
Any idea?
Thanks.
Changlin