diff options
author | David Faure <faure@kde.org> | 2007-11-14 10:29:18 +0000 |
---|---|---|
committer | David Faure <faure@kde.org> | 2007-11-14 10:29:18 +0000 |
commit | 356340db8cebf89516c0f6e8b95a6cdd06dbf8c1 (patch) | |
tree | dbbecbc17b23291b1910665a54871cd7ff1b60d1 | |
parent | 2bd0cad2d89e6b57ba83c606529c5750a4c19198 (diff) | |
download | extra-cmake-modules-356340db8cebf89516c0f6e8b95a6cdd06dbf8c1.tar.gz extra-cmake-modules-356340db8cebf89516c0f6e8b95a6cdd06dbf8c1.tar.bz2 |
the debug output was suspicious, and indeed this was looking for /kdedir/lib and not using it as a PATH.
svn path=/trunk/KDE/kdelibs/; revision=736545
-rw-r--r-- | modules/FindSoprano.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/FindSoprano.cmake b/modules/FindSoprano.cmake index 3e39bf56..197be2c5 100644 --- a/modules/FindSoprano.cmake +++ b/modules/FindSoprano.cmake @@ -32,6 +32,7 @@ WIN32_DEBUG_POSTFIX d NAMES sopranoclient + PATHS ${KDE4_LIB_DIR} ${LIB_INSTALL_DIR} ) |