[CMake] generate VC project w/o VS installed.

Chen Li robomacro at gmail.com
Thu Nov 2 21:59:57 EST 2006


HI, all.

How can I generate VC project and solution files on machine WITHOUT Visual
Studio installed?

If I run "cmake .", I'll get error message like this:

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:/chenli/tmp/a/CMakeFiles/CMakeCCompiler.cmake
CMake Error: Could not find cmake module
file:D:/chenli/tmp/a/CMakeFiles/CMakeCXXCompiler.cmake

I've also tried using -G parameter to specify generator to "Visual Studio 8
2005", but no luck.

I'm really new to cmake. So if this question is basic, please forgive me.
I've read FAQ and googled, still no answer :(

Thanks.
-Chen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20061103/ad2fffba/attachment.htm


More information about the CMake mailing list