cmake mygui 3.2.2 No CMAKE_C_COMPILER could be found.

nevarim

22-09-2015 13:25:13

hi all

i'm trying to compile mygui latest version with windows 10 and VS 2012,

in cmake i have those errors, anyone has an idea on how to solve?

The C compiler identification is unknown
The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:12 (project):
No CMAKE_C_COMPILER could be found.



CMake Error at CMakeLists.txt:12 (project):
No CMAKE_CXX_COMPILER could be found.



Configuring incomplete, errors occurred!
See also "D:/build/mygui/CMakeFiles/CMakeOutput.log".
See also "D:/build/mygui/CMakeFiles/CMakeError.log".


thanks
Neva

Altren

22-09-2015 15:59:25

It seems, that you selected wrong compiler/wrong visual studio version in initial CMake dialog.

nevarim

28-09-2015 09:47:35

yes i selected wrong compiler :D

solved now thanks

Neva