【发布时间】:2018-10-21 15:07:12
【问题描述】:
这是我第一次接触 CMake。当我按照 CMake 说明提取 C# 项目时,会出现以下错误。
Selecting Windows SDK version to target Windows 10.0.15063.
The C compiler identification is unknown
The CXX compiler identification is unknown
CMake Error in CMakeLists.txt:
No CMAKE_C_COMPILER could be found.
CMake Error in CMakeLists.txt:
No CMAKE_CXX_COMPILER could be found.
我尝试通过谷歌搜索修复错误,但还没有找到问题所在。谁能帮帮我。
注意: 我在安装了 Windows 8.1 SDK、Visual Studio 2015、2017 的 Windows 10 计算机上运行 CMake。
【问题讨论】:
-
你读过this question 并回答了吗?您尝试过哪些答案?
标签: cmake