summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeSystemSpecificInformation.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-11-12 14:12:13 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-11-12 14:12:13 (GMT)
commit98ef89bf7720628662245e61141b0d6acd21cdb1 (patch)
treefc4bf49f09bad3db561a36912f861b7019f1d8d4 /Modules/CMakeSystemSpecificInformation.cmake
parent36db45082e49ac9a6f44c156d8706e1fef65627a (diff)
downloadCMake-98ef89bf7720628662245e61141b0d6acd21cdb1.zip
CMake-98ef89bf7720628662245e61141b0d6acd21cdb1.tar.gz
CMake-98ef89bf7720628662245e61141b0d6acd21cdb1.tar.bz2
Set CMAKE_BUILD_TOOL
Diffstat (limited to 'Modules/CMakeSystemSpecificInformation.cmake')
-rw-r--r--Modules/CMakeSystemSpecificInformation.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/CMakeSystemSpecificInformation.cmake b/Modules/CMakeSystemSpecificInformation.cmake
index 6b2e715..1ea6cec 100644
--- a/Modules/CMakeSystemSpecificInformation.cmake
+++ b/Modules/CMakeSystemSpecificInformation.cmake
@@ -213,8 +213,11 @@ SET (CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
${CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO_INIT} CACHE STRING
"Flags used by the linker during Release with Debug Info builds.")
+SET(CMAKE_BUILD_TOOL ${CMAKE_MAKE_PROGRAM} CACHE INTERNAL
+ "What is the target build tool cmake is generating for.")
MARK_AS_ADVANCED(
+CMAKE_BUILD_TOOL
CMAKE_VERBOSE_MAKEFILE
CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS_RELEASE