diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-12 14:12:13 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-12 14:12:13 (GMT) |
commit | 98ef89bf7720628662245e61141b0d6acd21cdb1 (patch) | |
tree | fc4bf49f09bad3db561a36912f861b7019f1d8d4 /Modules/Platform/Windows-cl.cmake | |
parent | 36db45082e49ac9a6f44c156d8706e1fef65627a (diff) | |
download | CMake-98ef89bf7720628662245e61141b0d6acd21cdb1.zip CMake-98ef89bf7720628662245e61141b0d6acd21cdb1.tar.gz CMake-98ef89bf7720628662245e61141b0d6acd21cdb1.tar.bz2 |
Set CMAKE_BUILD_TOOL
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 c323589..278b20f 100644 --- a/Modules/Platform/Windows-cl.cmake +++ b/Modules/Platform/Windows-cl.cmake @@ -55,9 +55,6 @@ SET (CMAKE_STANDARD_LIBRARIES "kernel32.lib user32.lib gdi32.lib winspool.lib co MARK_AS_ADVANCED(CMAKE_STANDARD_LIBRARIES) FIND_PROGRAM(CMAKE_MAKE_PROGRAM NAMES nmake ) -SET(CMAKE_BUILD_TOOL ${CMAKE_MAKE_PROGRAM} CACHE INTERNAL - "What is the target build tool cmake is generating for.") - # executable linker flags |