diff options
author | Laurent Montel <montel@kde.org> | 2007-04-20 13:12:27 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2007-04-20 13:12:27 +0000 |
commit | 9fb1dafc24a158e308125d618f36b017c797004e (patch) | |
tree | 2bb2ddb60bd2da077a508da70caa3dc0a46213d4 | |
parent | aad69447acfca6fa046c51b7bf4372a159b1264b (diff) | |
download | extra-cmake-modules-9fb1dafc24a158e308125d618f36b017c797004e.tar.gz extra-cmake-modules-9fb1dafc24a158e308125d618f36b017c797004e.tar.bz2 |
KDE4_INCLUDE_INSTALL_DIR is not defined but INCLUDE_INSTALL_DIR is defined
svn path=/trunk/KDE/kdelibs/; revision=656153
-rw-r--r-- | modules/FindKDE4Internal.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index b344e0ad..92b1663e 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -486,7 +486,7 @@ else (_kdeBootStrapping) get_filename_component(KDE4_LIB_DIR ${KDE4_KDECORE_LIBRARY} PATH ) # kpassworddialog.h is new with KDE4 - find_path(KDE4_INCLUDE_DIR kpassworddialog.h ${KDE4_INCLUDE_INSTALL_DIR} NO_DEFAULT_PATH ) + find_path(KDE4_INCLUDE_DIR kpassworddialog.h ${INCLUDE_INSTALL_DIR} NO_DEFAULT_PATH ) find_program(KDE4_KCFGC_EXECUTABLE NAME kconfig_compiler PATHS ${KDE4_BIN_INSTALL_DIR} NO_DEFAULT_PATH ) find_program(KDE4_KCFGC_EXECUTABLE NAME kconfig_compiler ) |