CMake无法找到与“Visual Studio 11 Win64”对应的构建程序

时间:2012-10-07 13:07:28

标签: cmake visual-studio-2012

我在CMake 2.8.9中遇到以下错误:

CMake Error: CMake was unable to find a build program corresponding to "Visual Studio 11 Win64". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: Could not find cmake module file:H:/ogredeps/CMakeFiles/CMakeCCompiler.cmake
CMake Error: Could not find cmake module file:H:/ogredeps/CMakeFiles/CMakeCXXCompiler.cmake
Configuring incomplete, errors occurred!

我在Windows 7 64上使用Visual C ++ 2012 Express。

我做错了什么?

1 个答案:

答案 0 :(得分:3)

我认为你正面临这个错误:http://www.cmake.org/Bug/view.php?id=13348

你可能会对CMake 2.8.10-RC1

感到幸运