不支持的编译器

Unsupported Compiler

本文关键字:编译器 不支持      更新时间:2023-10-16

这是我在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的新手,所以我不确定这意味着什么。

SFML目前不支持cygwin。参考