这是我在CMake GUI上遇到的错误:
CMake Error at cmake/Config.cmake:106 (message):
Unsupported compiler
Call Stack (most recent call first):
CMakeLists.txt:20 (include)
Configuring incomplete, errors occurred!
See also "C:/cygwin/home/sfml-build/CMakeFiles/CMakeOutput.log".
See also "C:/cygwin/home/sfml-build/CMakeFiles/CMakeError.log".
我不确定是什么原因引起的。我点击了“配置”,这就是发生的事情。
这是第20行:
# include the configuration file
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
我是CMake的新手,所以我不确定这意味着什么。