[cmake-developers] QtAutoGenerators output in Ninja

Daniel Pfeifer daniel at pfeifer-mail.de
Tue Jul 12 04:43:52 EDT 2016


Hi,

CMake currently puts messages like "Generating moc source" into the
buildlog. This conflicts with the convention "no output == all good".
The messages blend nicely in the colorful output of Unix Makefiles,
but when using the Ninja generator, they create quite some noise.

How can this be improved?
* remove the messages (no output == all good)
* add an option to silence them
* add an option to show them and hide them per default
* ...

Cheers, Daniel


More information about the cmake-developers mailing list