diff options
author | Laurent Montel <montel@kde.org> | 2007-05-21 08:38:35 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2007-05-21 08:38:35 +0000 |
commit | 5c569916d64e29c81c2b8e2ecead3709d0a76a95 (patch) | |
tree | 17806226f43aa70661b432b4107e6fc28b258656 /modules | |
parent | 8253e81460901ad5ff0e40e9e04d7ac8f4fbe69c (diff) | |
download | extra-cmake-modules-5c569916d64e29c81c2b8e2ecead3709d0a76a95.tar.gz extra-cmake-modules-5c569916d64e29c81c2b8e2ecead3709d0a76a95.tar.bz2 |
After discut with Alex, it was just a pb with my cmake
cvs version. So revert it. It's defined now with official
cmake version
svn path=/trunk/KDE/kdelibs/; revision=666910
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 8c617abd..fae5c7c9 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -487,8 +487,7 @@ else (_kdeBootStrapping) get_filename_component(KDE4_LIB_DIR ${KDE4_KDECORE_LIBRARY} PATH ) # kpassworddialog.h is new with KDE4 - # ###### TODO: this is the wrong path to look into. We need the KDE4 include dir, not the one where the current module will be installed - find_path(KDE4_INCLUDE_DIR kpassworddialog.h ${INCLUDE_INSTALL_DIR} NO_DEFAULT_PATH ) + find_path(KDE4_INCLUDE_DIR kpassworddialog.h ${KDE4_DATA_INSTALL_DIR} NO_DEFAULT_PATH ) # at first look in LIBEXEC_INSTALL_DIR and no default paths, # if this didn't succeed, the second call makes cmake search again, but in the standard paths |