General:
authorsmxx
Sun, 21 Feb 2010 16:32:43 +0000
changeset 2834 61f14237dc56
parent 2833 9c2accd92cc7
child 2835 2a453af0ade2
General: * Don't set makefiles to verbose using debug config (should be enabled when changing CMakeLists.txt only)
CMakeLists.txt
--- 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()