summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-bcc32.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-03 21:19:16 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-03 21:19:16 (GMT)
commite2d1104881a8f1d303d48236df76ec39bc0db93f (patch)
treec16f2d1c229ea782693334c5c83721c1dd02d21f /Modules/Platform/Windows-bcc32.cmake
parentde316cac0502503882c04a6c4172296f2abf2877 (diff)
downloadCMake-e2d1104881a8f1d303d48236df76ec39bc0db93f.zip
CMake-e2d1104881a8f1d303d48236df76ec39bc0db93f.tar.gz
CMake-e2d1104881a8f1d303d48236df76ec39bc0db93f.tar.bz2
determine CMAKE_MAKE_PROGRAM in EnableLanguage
Diffstat (limited to 'Modules/Platform/Windows-bcc32.cmake')
-rw-r--r--Modules/Platform/Windows-bcc32.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/Platform/Windows-bcc32.cmake b/Modules/Platform/Windows-bcc32.cmake
index ee714fe..da90d82 100644
--- a/Modules/Platform/Windows-bcc32.cmake
+++ b/Modules/Platform/Windows-bcc32.cmake
@@ -96,6 +96,5 @@ SET (CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO ${CMAKE_EXE_LINKER_FLAGS_RELWITHDE
SET (CMAKE_STANDARD_LIBRARIES "import32.lib" CACHE STRING
"Libraries linked by defalut with all applications.")
-FIND_PROGRAM(CMAKE_MAKE_PROGRAM NAMES make )
-MARK_AS_ADVANCED(CMAKE_STANDARD_LIBRARIES CMAKE_MAKE_PROGRAM)
+MARK_AS_ADVANCED(CMAKE_STANDARD_LIBRARIES)