diff options
-rw-r--r-- | Modules/CMakeGenericSystem.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/CMakeGenericSystem.cmake b/Modules/CMakeGenericSystem.cmake index df118cc..b3a8821 100644 --- a/Modules/CMakeGenericSystem.cmake +++ b/Modules/CMakeGenericSystem.cmake @@ -25,7 +25,6 @@ SET (CMAKE_SKIP_RPATH "NO" CACHE BOOL "If set, runtime paths are not added when using shared libraries.") SET(CMAKE_INIT_VALUE FALSE) -MESSAGE("GENERATED ${CMAKE_GENERATOR}") IF(CMAKE_GENERATOR MATCHES "KDevelop3") SET(CMAKE_INIT_VALUE TRUE) ENDIF(CMAKE_GENERATOR MATCHES "KDevelop3") |