From e2d1104881a8f1d303d48236df76ec39bc0db93f Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 3 Dec 2002 16:19:16 -0500 Subject: determine CMAKE_MAKE_PROGRAM in EnableLanguage --- Modules/CMakeSystemSpecificInformation.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'Modules/CMakeSystemSpecificInformation.cmake') diff --git a/Modules/CMakeSystemSpecificInformation.cmake b/Modules/CMakeSystemSpecificInformation.cmake index d61e429c8f..a73dd87674 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 -- cgit v1.2.1