CMake 윈도우에서 The C compiler identification is unknown 에러
C:\Users\wwforever.NOWCOM\Downloads\MyGUI3.2.0>cmake -G "Visual Studio 7 .NET 2003 " -- The C compiler identification is unknown -- The CXX compiler identification is unknown -- Configuring MYGUI 3.2.0 -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn formation.cmake:37 (get_filename_component): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): CMakeLists.txt:3 (PROJECT) CMake Error: Internal CMake error, TryCompile configure of cmake failed -- Looking for sys/types.h - not found -- Looking for stdint.h CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn formation.cmake:37 (get_filename_component): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): CMakeLists.txt:3 (PROJECT) CMake ...