From 775aff7b60061ff79648d13f677e7924795cc474 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 5 Apr 2008 16:05:29 +0000 Subject: cmake: add explicit coloring and verbosity setting (bzr r5337) --- 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") -- cgit v1.2.3