[CMake] Disable pretty output
David Sveningsson
ext at sidvind.com
Mon May 19 11:51:51 EDT 2008
Hi, more newbie questions. The GNU Makefiles generated CMake has some
nice colored output, progress etc. However I would like to disable this
and see each command that is run (debugging purpose).
Also, is there a way to pipe the output when running the compiler to a
custom script? Something like this (old makefile):
$(CC) $(CFLAGS) $< -o $@ 2>&1 | custom_script
--
//*David Sveningsson [eXt]*
Freelance coder | Game Development Student
http://sidvind.com
Thou shalt make thy program's purpose and structure clear to thy fellow
man by using the One True Brace Style, even if thou likest it not, for
thy creativity is better used in solving problems than in creating
beautiful new impediments to understanding.
More information about the CMake
mailing list