General:
* Don't set makefiles to verbose using debug config (should be enabled when changing CMakeLists.txt only)
--- a/CMakeLists.txt Sun Feb 21 16:28:46 2010 +0000
+++ b/CMakeLists.txt Sun Feb 21 16:32:43 2010 +0000
@@ -95,7 +95,7 @@
set(Optz true)
else()
message(STATUS "Building Debug")
- set(CMAKE_VERBOSE_MAKEFILE true)
+ #set(CMAKE_VERBOSE_MAKEFILE true)
set(Optz false)
endif()