summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeGenericSystem.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-01-10 01:18:25 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2009-01-10 01:18:25 (GMT)
commitfe3945bee15d77b74322519504722d417d220f07 (patch)
tree5f309e509b797040baedb4052aaa49227668df1c /Modules/CMakeGenericSystem.cmake
parent9518a416ebece07c1041da37fff28e124fa5d261 (diff)
downloadCMake-fe3945bee15d77b74322519504722d417d220f07.zip
CMake-fe3945bee15d77b74322519504722d417d220f07.tar.gz
CMake-fe3945bee15d77b74322519504722d417d220f07.tar.bz2
STYLE: this is not necessary anymore for kdevelop, the kdevelop generator
now generates the project so that the environment variable VERBOSE is set to 1 when make is executed by kdevelop (and additionally this didn't work, since CMAKE_GENERATOR never matches KDevelop3, this is now in CMAKE_EXTRA_GENERATOR) Alex
Diffstat (limited to 'Modules/CMakeGenericSystem.cmake')
-rw-r--r--Modules/CMakeGenericSystem.cmake6
1 files changed, 1 insertions, 5 deletions
diff --git a/Modules/CMakeGenericSystem.cmake b/Modules/CMakeGenericSystem.cmake
index d66e809..2599f2b 100644
--- a/Modules/CMakeGenericSystem.cmake
+++ b/Modules/CMakeGenericSystem.cmake
@@ -26,11 +26,7 @@ SET_PROPERTY(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS TRUE)
SET (CMAKE_SKIP_RPATH "NO" CACHE BOOL
"If set, runtime paths are not added when using shared libraries.")
-SET(CMAKE_INIT_VALUE FALSE)
-IF(CMAKE_GENERATOR MATCHES "KDevelop3")
- SET(CMAKE_INIT_VALUE TRUE)
-ENDIF(CMAKE_GENERATOR MATCHES "KDevelop3")
-SET(CMAKE_VERBOSE_MAKEFILE ${CMAKE_INIT_VALUE} 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.")
+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.")
IF(CMAKE_GENERATOR MATCHES "Makefiles")
SET(CMAKE_COLOR_MAKEFILE ON CACHE BOOL