aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAnders Lund <anders@alweb.dk>2007-10-02 08:53:37 +0000
committerAnders Lund <anders@alweb.dk>2007-10-02 08:53:37 +0000
commit7016b3045eff834557266cf13a63a2b304fe1967 (patch)
tree6b3a11dcd682e11c9367b1359c244b5b7c034cb1 /modules
parent0bfac8ba14c487f3e798a4c71ea373f56e19e16d (diff)
downloadextra-cmake-modules-7016b3045eff834557266cf13a63a2b304fe1967.tar.gz
extra-cmake-modules-7016b3045eff834557266cf13a63a2b304fe1967.tar.bz2
Find libraries in $STRIGI_HOME instead of system ones, as discussed with Vir on irc
svn path=/trunk/KDE/kdelibs/; revision=720053
Diffstat (limited to 'modules')
-rw-r--r--modules/FindStrigi.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/FindStrigi.cmake b/modules/FindStrigi.cmake
index 0d4435e3..e7967367 100644
--- a/modules/FindStrigi.cmake
+++ b/modules/FindStrigi.cmake
@@ -29,6 +29,7 @@ find_library_with_debug(STRIGI_STREAMANALYZER_LIBRARY
$ENV{STRIGI_HOME}/lib
${CMAKE_INSTALL_PREFIX}/lib
${_program_FILES_DIR}/strigi/lib
+ NO_DEFAULT_PATH
)
find_library_with_debug(STRIGI_STREAMS_LIBRARY
@@ -38,6 +39,7 @@ find_library_with_debug(STRIGI_STREAMS_LIBRARY
$ENV{STRIGI_HOME}/lib
${CMAKE_INSTALL_PREFIX}/lib
${_program_FILES_DIR}/strigi/lib
+ NO_DEFAULT_PATH
)
find_library_with_debug(STRIGI_STRIGIQTDBUSCLIENT_LIBRARY
@@ -47,6 +49,7 @@ find_library_with_debug(STRIGI_STRIGIQTDBUSCLIENT_LIBRARY
$ENV{STRIGI_HOME}/lib
${CMAKE_INSTALL_PREFIX}/lib
${_program_FILES_DIR}/strigi/lib
+ NO_DEFAULT_PATH
)