diff options
Diffstat (limited to 'cmakemodules')
-rw-r--r-- | cmakemodules/FindKdeLibs.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmakemodules/FindKdeLibs.cmake b/cmakemodules/FindKdeLibs.cmake index d6a3fa9..ba8d701 100644 --- a/cmakemodules/FindKdeLibs.cmake +++ b/cmakemodules/FindKdeLibs.cmake @@ -299,7 +299,7 @@ ENDIF (NOT KDE3_FIND_QUIETLY) #add the found Qt and KDE include directories to the current include path SET(KDE3_INCLUDE_DIRS ${QT_INCLUDE_DIR} ${KDE3_INCLUDE_DIR}) -include(kdesvnMacros) +include(tdesvnMacros) IF(CMAKE_SIZEOF_VOID_P EQUAL 4) SET(DEF_SUFF "") |