[CMake] Re: Library linkage spewage under Makefiles (make -s)

Bill Hoffman bill.hoffman at kitware.com
Tue Dec 5 20:13:10 EST 2006


James Bigler wrote:
>
> I found one way around it, and perhaps this is the way it should have 
> been done with respect to cmake created makefiles:
>
> SET(CMAKE_VERBOSE_MAKEFILES OFF)
>
> Then from the command line you can turn on chattiness like so:
>
> make VERBOSE=1
>
> I've tested this with 2.2.3 and 2.4.5.
>
> If anyone else has any suggestions, they would be appreciated.

This is how it was intended to be used.

-Bill



More information about the CMake mailing list