[CMake] Re: Setting COMPILE_FLAGS does not appear to work

Kishore, Jonnalagadda (IE10) Kishore.Jonnalagadda at honeywell.com
Thu May 10 05:04:09 EDT 2007


> -----Original Message-----
> From: cmake-bounces+kishore.jonnalagadda=honeywell.com at cmake.org
> [mailto:cmake-bounces+kishore.jonnalagadda=honeywell.com at cmake.org] On
> Behalf Of Andrew MacDonald
> Sent: Thursday, May 10, 2007 9:04 AM
> To: cmake at cmake.org
> Subject: [CMake] Re: Setting COMPILE_FLAGS does not appear to work
> 
> Ok, so I managed to ask two dumb questions in one day :P
> 
> I belatedly discovered that the flags in fact were being changed.
> However, this brought up another question: does anyone know how to
> force cmake/nmake to show you the actual flags used during
> compilation? nmake /N just shows the cmake commands.

`nmake VERBOSE=1` should give a verbose enough output. This works with
make... not sure about nmake.

Regards,
Kishore


More information about the CMake mailing list