[vtkusers] CMAKE_MAKE_PROGRAM

Brad King brad.king at kitware.com
Tue Mar 15 07:57:42 EST 2005


Rohan Hughes wrote:
> Whenever I try to do somethign with cmake, like compile VTK, it gives an 
> error like:
> 
> 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.
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

You need to look in the upper-right-hand corner of the CMakeSetup dialog 
and use the drop-down menu to select a different compiler.  You need a 
version of Visual Studio, Borland C++, or a cygwin-based compiler 
installed to build something on windows.

-Brad



More information about the vtkusers mailing list