2

我使用 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。

我究竟做错了什么?

4

1 回答 1

3

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

您可能对CMake 2.8.10-RC1很满意

于 2012-10-07T15:53:27.323 回答