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-bcc32.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-bcc32.cmake')
-rw-r--r-- | Modules/Platform/Windows-bcc32.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/Platform/Windows-bcc32.cmake b/Modules/Platform/Windows-bcc32.cmake index 4e08c26..53123c5 100644 --- a/Modules/Platform/Windows-bcc32.cmake +++ b/Modules/Platform/Windows-bcc32.cmake @@ -72,7 +72,5 @@ SET (CMAKE_STANDARD_LIBRARIES "import32.lib" CACHE STRING "Libraries linked by defalut with all applications.") FIND_PROGRAM(CMAKE_MAKE_PROGRAM NAMES make ) -SET(CMAKE_BUILD_TOOL ${CMAKE_MAKE_PROGRAM} CACHE INTERNAL - "What is the target build tool cmake is generating for.") MARK_AS_ADVANCED(CMAKE_STANDARD_LIBRARIES CMAKE_MAKE_PROGRAM) |