diff --git a/Modules/CMakeGenericSystem.cmake b/Modules/CMakeGenericSystem.cmake index df118ccdd..b3a882168 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")