# HG changeset patch # User smxx # Date 1266769963 0 # Node ID 61f14237dc56ad94d6e73947500ee6ad52539b2d # Parent 9c2accd92cc775a46a6c25488a83389c00dbc102 General: * Don't set makefiles to verbose using debug config (should be enabled when changing CMakeLists.txt only) diff -r 9c2accd92cc7 -r 61f14237dc56 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()