Code

cmake: add explicit coloring and verbosity setting
authorjohanengelen <johanengelen@users.sourceforge.net>
Sat, 5 Apr 2008 16:05:29 +0000 (16:05 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Sat, 5 Apr 2008 16:05:29 +0000 (16:05 +0000)
CMakeLists.txt

index 58ab4de057415a10bcd1a5837dfeedf19641234c..9789cd52c278ae7f1c6ed65e7021a34a5cf2d178 100644 (file)
@@ -10,6 +10,11 @@ SET(CMAKE_INCLUDE_CURRENT_DIR TRUE)
 # Set to true if compiler/linker should enable profiling:\r
 #SET(ENABLE_PROFILING TRUE)\r
 \r
+#Pretty colors\r
+SET(CMAKE_COLOR_MAKEFILE ON)\r
+#Choose verbosity level\r
+SET(CMAKE_VERBOSE_MAKEFILE ON)\r
+\r
 # Probably best to move all these path things to a single file\r
 IF(WIN32)\r
     SET(PACKAGE_LOCALE_DIR "locale")\r