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/Platform/Windows-cl.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/Platform/Windows-cl.cmake')
-rw-r--r-- | Modules/Platform/Windows-cl.cmake | 3 |
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") |