[CMake] Make with dos paths

Bill Hoffman bill.hoffman at kitware.com
Tue Jun 10 11:49:01 EDT 2008


John Doe wrote:
> I am trying to use the "unix makefiles" generator with the windows
> version of cmake.  Unfortunately the make packaged with cygwin does
> not like the ':' in the dos path name.  What version of make should I
> use?
> 
> Geometry/CMakeFiles/geom.dir/build.make:53: *** target pattern
> contains no `%'.  Stop.
> 
Replace the cygwin make with this one:

http://www.cmake.org/files/cygwin/make.exe


-Bill


More information about the CMake mailing list