[Cmake-commits] Problems Building Google Test with CMake 2.6

Dan page danpritski9 at gmail.com
Wed Apr 3 11:35:30 EDT 2013


Hello,

I am trying to use CMake 2.6 to build Google Test. As mentioned in the
README of Google Test, I have issued following commands:

  mkdir mybuild       # Create a directory to hold the build output.
  cd mybuild
  cmake D:\gtest-1.6.0 #

But I get following errors:

CMake Error: CMake was unable to find a build program corresponding to
"Visual Studio 6".  CMAKE_MAKE_PROGRAM is not set.  You probably need to
select a different build tool.

CMake Error: Could not find cmake module
file:/D://CMakeFiles/CmakeCXXCompiler.cmake

CMake Error: Could not find cmake module
file:/D://CMakeFiles/CmakeCCompiler.cmake


Can anyone please help? What is wrong and how to resolve this problem?
Thanks.

D.


More information about the Cmake-commits mailing list