diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-03 21:19:16 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-03 21:19:16 (GMT) |
commit | e2d1104881a8f1d303d48236df76ec39bc0db93f (patch) | |
tree | c16f2d1c229ea782693334c5c83721c1dd02d21f /Modules/CMakeSystemSpecificInformation.cmake | |
parent | de316cac0502503882c04a6c4172296f2abf2877 (diff) | |
download | CMake-e2d1104881a8f1d303d48236df76ec39bc0db93f.zip CMake-e2d1104881a8f1d303d48236df76ec39bc0db93f.tar.gz CMake-e2d1104881a8f1d303d48236df76ec39bc0db93f.tar.bz2 |
determine CMAKE_MAKE_PROGRAM in EnableLanguage
Diffstat (limited to 'Modules/CMakeSystemSpecificInformation.cmake')
-rw-r--r-- | Modules/CMakeSystemSpecificInformation.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/CMakeSystemSpecificInformation.cmake b/Modules/CMakeSystemSpecificInformation.cmake index d61e429..a73dd87 100644 --- a/Modules/CMakeSystemSpecificInformation.cmake +++ b/Modules/CMakeSystemSpecificInformation.cmake @@ -143,8 +143,6 @@ IF(CMAKE_USER_MAKE_RULES_OVERRIDE) INCLUDE(${CMAKE_USER_MAKE_RULES_OVERRIDE}) ENDIF(CMAKE_USER_MAKE_RULES_OVERRIDE) -FIND_PROGRAM(CMAKE_MAKE_PROGRAM NAMES nmake gmake make ) - 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.") # default build type is none SET (CMAKE_BUILD_TYPE "" CACHE STRING |