From 7016b3045eff834557266cf13a63a2b304fe1967 Mon Sep 17 00:00:00 2001 From: Anders Lund Date: Tue, 2 Oct 2007 08:53:37 +0000 Subject: Find libraries in $STRIGI_HOME instead of system ones, as discussed with Vir on irc svn path=/trunk/KDE/kdelibs/; revision=720053 --- modules/FindStrigi.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') 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 ) -- cgit v1.2.1