> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Andrew MacDonald > Sent: Thursday, May 10, 2007 9:04 AM > To: [email protected] > 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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
