I'm getting this error while configure on CMake
The C compiler identification is unknown The CXX compiler identification is unknown CMake Error at CMakeLists.txt:35 (project): No CMAKE_C_COMPILER could be found. CMake Error at CMakeLists.txt:35 (project): No CMAKE_CXX_COMPILER could be found. Configuring incomplete, errors occurred! See also "E:/project/SFML-2.3.2/build/CMakeFiles/CMakeOutput.log". See also "E:/project/SFML-2.3.2/build/CMakeFiles/CMakeError log".
purpose : i just want to build the SFML with CMake and getting this error
system info: i'm using windows 10 64-bit OS ,
installed :
- visual studio 14 (2015)
- cmake-3.6.1-win64-x64
- SFML-2.3.2