瀏覽代碼

ENH: make KDevelop3 default to CMAKE_VERBOSE_MAKEFILE

Bill Hoffman 20 年之前
父節點
當前提交
af4b6fbfed
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Modules/CMakeGenericSystem.cmake

+ 0 - 1
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")