summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeGenericSystem.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-06-20 16:55:48 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-06-20 16:55:48 (GMT)
commit165d70803f27d489544f9ef51f04ce5b4b3a6aae (patch)
tree114e4b4a906d356fc10026c8a684be2e32bc50b3 /Modules/CMakeGenericSystem.cmake
parentcbdc3f408d1ebb13e7296b5dfb1ee70a40deb823 (diff)
downloadCMake-165d70803f27d489544f9ef51f04ce5b4b3a6aae.zip
CMake-165d70803f27d489544f9ef51f04ce5b4b3a6aae.tar.gz
CMake-165d70803f27d489544f9ef51f04ce5b4b3a6aae.tar.bz2
ENH: adde dback in CMAKE_VERBOSE_MAKEFILE that was acc removed
Diffstat (limited to 'Modules/CMakeGenericSystem.cmake')
-rw-r--r--Modules/CMakeGenericSystem.cmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/Modules/CMakeGenericSystem.cmake b/Modules/CMakeGenericSystem.cmake
index 004a98a..41ccd11 100644
--- a/Modules/CMakeGenericSystem.cmake
+++ b/Modules/CMakeGenericSystem.cmake
@@ -24,6 +24,9 @@ ENDIF(CMAKE_COMPILER_IS_GNUCXX)
SET (CMAKE_SKIP_RPATH "NO" CACHE BOOL
"If set, runtime paths are not added when using shared libraries.")
+
+SET(CMAKE_VERBOSE_MAKEFILE FALSE CACHE BOOL "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo.")
+
# Choose a default install prefix for this platform.
IF(UNIX)
SET(CMAKE_INSTALL_PREFIX "/usr/local"
@@ -42,7 +45,8 @@ ELSE(UNIX)
ENDIF(UNIX)
MARK_AS_ADVANCED(
-CMAKE_SKIP_RPATH
+ CMAKE_SKIP_RPATH
+ CMAKE_VERBOSE_MAKEFILE
)
# always include the gcc compiler information