summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-01-25 20:44:52 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-01-25 20:44:52 (GMT)
commitbd531d3fae559666746e4072858ab404bed6107c (patch)
tree09d4d359d6e57fee203c10f5310b7b805bc627a8 /Source/CMakeLists.txt
parent2f84bd17581920eb5cbfc3b41e8cf477ba6a5853 (diff)
downloadCMake-bd531d3fae559666746e4072858ab404bed6107c.zip
CMake-bd531d3fae559666746e4072858ab404bed6107c.tar.gz
CMake-bd531d3fae559666746e4072858ab404bed6107c.tar.bz2
BUG: fix for 4186, kdevelop adding file twice
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 46b6006..ff26382 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -175,8 +175,7 @@ SET(SRCS
# Kdevelop only works on UNIX and not windows
IF(UNIX)
SET(SRCS ${SRCS}
- cmGlobalKdevelopGenerator.cxx
- cmLocalKdevelopGenerator.cxx)
+ cmGlobalKdevelopGenerator.cxx)
ENDIF(UNIX)
# XCode only works on apple
IF(APPLE)