Re: [CMake] make VERBOSE=1

2011-05-18 Thread Michael Hertling
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

Re: [CMake] make VERBOSE=1

2011-05-17 Thread gekso
Hi David, try to set ( CMAKE_VERBOSE_MAKEFILE true ) 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