On 05/17/2011 05:00 PM, gekso wrote:
> Hi David, try to set ( CMAKE_VERBOSE_MAKEFILE true )

AFAIK, this just means verbose output enabled by default.

> 2011/5/17 David Aldrich <david.aldr...@emea.nec.com>:
>> Hi
>>
>> I would like to see the exact g++ commands that are invoked by a makefile 
>> generated by cmake.  It seems that the usual advice is to use:
>>
>> make VERBOSE=1
>>
>> However, the output is then far more verbose than just the g++ commands.
>>
>> Is there a way to produce less commentary than VERBOSE=1, but more than the 
>> default?

You might set CMAKE_RULE_MESSAGES to OFF to prune Make's output a bit,
but if you want to see solely the g++ command lines, you should use
grep & Co. - if possible - in connection with verbose Makefiles.

Regards,

Michael
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to