summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-10-12 14:57:24 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-10-12 14:57:24 (GMT)
commit9fd8d5f181923467498d98fa51d7255ddcc26c7f (patch)
tree2acd5526b00b4e03fefd8a0d86fcce172d32dd0f /Source
parent77307ff15fac162fa5c820c0eb1ea02df2a6ad71 (diff)
downloadCMake-9fd8d5f181923467498d98fa51d7255ddcc26c7f.zip
CMake-9fd8d5f181923467498d98fa51d7255ddcc26c7f.tar.gz
CMake-9fd8d5f181923467498d98fa51d7255ddcc26c7f.tar.bz2
allow kdevelop for cygwin
Diffstat (limited to 'Source')
-rw-r--r--Source/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index f20cee2..c05dac3 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -65,11 +65,11 @@ IF (APPLE)
ENDIF (APPLE)
# Kdevelop only works on UNIX and not windows
-IF(UNIX AND NOT WIN32)
+IF(UNIX)
SET(SRCS ${SRCS}
cmGlobalKdevelopGenerator.cxx
cmLocalKdevelopGenerator.cxx)
-ENDIF(UNIX AND NOT WIN32)
+ENDIF(UNIX)
IF (WIN32)