summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/CYGWIN.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-03 21:19:16 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-03 21:19:16 (GMT)
commite2d1104881a8f1d303d48236df76ec39bc0db93f (patch)
treec16f2d1c229ea782693334c5c83721c1dd02d21f /Modules/Platform/CYGWIN.cmake
parentde316cac0502503882c04a6c4172296f2abf2877 (diff)
downloadCMake-e2d1104881a8f1d303d48236df76ec39bc0db93f.zip
CMake-e2d1104881a8f1d303d48236df76ec39bc0db93f.tar.gz
CMake-e2d1104881a8f1d303d48236df76ec39bc0db93f.tar.bz2
determine CMAKE_MAKE_PROGRAM in EnableLanguage
Diffstat (limited to 'Modules/Platform/CYGWIN.cmake')
-rw-r--r--Modules/Platform/CYGWIN.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Platform/CYGWIN.cmake b/Modules/Platform/CYGWIN.cmake
index 4dd273d..78a12e0 100644
--- a/Modules/Platform/CYGWIN.cmake
+++ b/Modules/Platform/CYGWIN.cmake
@@ -6,4 +6,3 @@ SET(CMAKE_SHARED_LIBRARY_SUFFIX ".dll")
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 )