changing the CMAKE_VERBOSE_MAKEFILES in ccmake has no effect.

William A. Hoffman billlist at nycap.rr.com
Thu Mar 23 19:34:49 CET 2006


At 01:33 PM 3/23/2006, Matt Rogers wrote:
>Hi!
>
>If i use ccmake to configure the build and change
>CMAKE_VERBOSE_MAKEFILE to OFF, the setting has no effect and I have to
>manually edit the CMakeLists.txt file in order to turn off verbosity. Is
>this the intended effect?

The forced value in the CMakeLists.txt file should be removed.
I think Alex said he was going to remove it, but has not yet gotten
around to doing it.  BTW, if it is set to OFF, you can still turn 
it on from make like this:

make VERBOSE=1

-Bill




More information about the Kde-buildsystem mailing list