[CMake] How to avoid -${MAKEFLAGS} in the CMAKE generated Makefiles ?

Bill Hoffman bill.hoffman at kitware.com
Wed Jul 8 09:20:21 EDT 2009


Xiangyun Kong wrote:
> Thanks.
> 
> I am not sure how to ask CMAKE create unix makefiles on windows.
> 
cmake -G"Unix Makefiles"

or when you run cmake-gui select "Unix Makefiles".  You must be 
selecting "NMake Makefiles" somehow, so you do the same thing...

-Bill


More information about the CMake mailing list