summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-cl.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-cl.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-cl.cmake')
-rw-r--r--Modules/Platform/Windows-cl.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Platform/Windows-cl.cmake b/Modules/Platform/Windows-cl.cmake
index ced7b7b..3b4d621 100644
--- a/Modules/Platform/Windows-cl.cmake
+++ b/Modules/Platform/Windows-cl.cmake
@@ -65,9 +65,6 @@ SET (CMAKE_STANDARD_LIBRARIES "kernel32.lib user32.lib gdi32.lib winspool.lib co
"Libraries linked by defalut with all applications.")
MARK_AS_ADVANCED(CMAKE_STANDARD_LIBRARIES)
-FIND_PROGRAM(CMAKE_MAKE_PROGRAM NAMES nmake )
-
-
# executable linker flags
SET (CMAKE_LINK_DEF_FILE_FLAG "/DEF:")
SET (CMAKE_EXE_LINKER_FLAGS_INIT "/STACK:10000000 /machine:I386 /INCREMENTAL:YES")