diff options
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) |