diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-01-25 20:44:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-01-25 20:44:52 (GMT) |
commit | bd531d3fae559666746e4072858ab404bed6107c (patch) | |
tree | 09d4d359d6e57fee203c10f5310b7b805bc627a8 /Source/CMakeLists.txt | |
parent | 2f84bd17581920eb5cbfc3b41e8cf477ba6a5853 (diff) | |
download | CMake-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.txt | 3 |
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) |