aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2007-11-14 10:29:18 +0000
committerDavid Faure <faure@kde.org>2007-11-14 10:29:18 +0000
commit356340db8cebf89516c0f6e8b95a6cdd06dbf8c1 (patch)
treedbbecbc17b23291b1910665a54871cd7ff1b60d1
parent2bd0cad2d89e6b57ba83c606529c5750a4c19198 (diff)
downloadextra-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.cmake1
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}
)