summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/CYGWIN.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/Platform/CYGWIN.cmake
parent36db45082e49ac9a6f44c156d8706e1fef65627a (diff)
downloadCMake-98ef89bf7720628662245e61141b0d6acd21cdb1.zip
CMake-98ef89bf7720628662245e61141b0d6acd21cdb1.tar.gz
CMake-98ef89bf7720628662245e61141b0d6acd21cdb1.tar.bz2
Set CMAKE_BUILD_TOOL
Diffstat (limited to 'Modules/Platform/CYGWIN.cmake')
-rw-r--r--Modules/Platform/CYGWIN.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/Platform/CYGWIN.cmake b/Modules/Platform/CYGWIN.cmake
index 6cb3e18..4dd273d 100644
--- a/Modules/Platform/CYGWIN.cmake
+++ b/Modules/Platform/CYGWIN.cmake
@@ -7,5 +7,3 @@ SET(CMAKE_SHARED_LIBRARY_C_FLAGS "")
SET(CMAKE_SHARED_LIBRARY_CXX_FLAGS "")
INCLUDE(${CMAKE_ROOT}/Modules/Platform/gcc.cmake)
FIND_PROGRAM(CMAKE_MAKE_PROGRAM NAMES gmake make )
-SET(CMAKE_BUILD_TOOL ${CMAKE_MAKE_PROGRAM} CACHE INTERNAL
- "What is the target build tool cmake is generating for.")