From 32bd69675efa02faa3e7d4d094b01526658e3cba Mon Sep 17 00:00:00 2001 From: johanengelen Date: Sat, 5 Apr 2008 16:05:29 +0000 Subject: [PATCH] cmake: add explicit coloring and verbosity setting --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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") -- 2.30.2