I have Visual Studio 2015 community installed. I want to use cmake to compile using Visual Studio C++ compiler.
When run cmake command, I got this error:
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:5 (project):
No CMAKE_C_COMPILER could be found.
How can I specific the path of VC++ compiler?