[CMake] Less Noisy Makefiles?

Michael Wild themiwi at gmail.com
Thu Oct 7 06:44:10 EDT 2010


On 7. Oct, 2010, at 11:58 , Campbell Barton wrote:

> Hi, I was wondering if this is possible or if it would be acceptable
> to disable progress printout.
> 
> At the moment building with only minor changes prints a lot of text
> with CMake & Makefiles.
> 
> eg:
> [  4%] Built target bf_intern_audaspace
> [  4%] Built target bf_intern_string
> [  6%] Built target bf_intern_ghost
> 
> full log.
> http://www.pasteall.org/16053
> 
> Setting: SET_PROPERTY(GLOBAL PROPERTY RULE_MESSAGES OFF)
> is no good because I want to see the lines which are running/building,
> just not the progress lines that do nothing (the reverse really).
> 
> I found some messages about this but they only refer to RULE_MESSAGES.
> 
> This may seem silly but its actually one of the reasons we still have
> hand written makefiles in our project (which Im trying to get replaced
> with cmake).
> 
> Would this be acceptable?
> 

what happens if you run "make VERBOSE=1" or enable CMAKE_VERBOSE_MAKEFILE?

Michael

--
There is always a well-known solution to every human problem -- neat, plausible, and wrong.
H. L. Mencken

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <http://www.cmake.org/pipermail/cmake/attachments/20101007/f284ce3d/attachment.pgp>


More information about the CMake mailing list