From: johanengelen Date: Sat, 5 Apr 2008 16:05:29 +0000 (+0000) Subject: cmake: add explicit coloring and verbosity setting X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=32bd69675efa02faa3e7d4d094b01526658e3cba;p=inkscape.git cmake: add explicit coloring and verbosity setting --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 58ab4de05..9789cd52c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,11 @@ SET(CMAKE_INCLUDE_CURRENT_DIR TRUE) # Set to true if compiler/linker should enable profiling: #SET(ENABLE_PROFILING TRUE) +#Pretty colors +SET(CMAKE_COLOR_MAKEFILE ON) +#Choose verbosity level +SET(CMAKE_VERBOSE_MAKEFILE ON) + # Probably best to move all these path things to a single file IF(WIN32) SET(PACKAGE_LOCALE_DIR "locale")