aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJosef Spillner <spillner@kde.org>2008-01-11 18:43:57 +0000
committerJosef Spillner <spillner@kde.org>2008-01-11 18:43:57 +0000
commit96fa4f5b130490766a58e80d0bfb38813c79efba (patch)
treea0aa9c468c2d8f1b46cc145f38bdac5565b72ef2 /modules
parentc209127615b2168fb86e44de160db4b492833b25 (diff)
downloadextra-cmake-modules-96fa4f5b130490766a58e80d0bfb38813c79efba.tar.gz
extra-cmake-modules-96fa4f5b130490766a58e80d0bfb38813c79efba.tar.bz2
- libstreams is not enough, streamanalyzer is also needed (those two are separate packages sometimes)
svn path=/trunk/KDE/kdelibs/; revision=760011
Diffstat (limited to 'modules')
-rw-r--r--modules/FindStrigi.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindStrigi.cmake b/modules/FindStrigi.cmake
index b34596e1..5368b318 100644
--- a/modules/FindStrigi.cmake
+++ b/modules/FindStrigi.cmake
@@ -115,7 +115,7 @@ endif (NOT WIN32 AND NOT HAVE_STRIGI_VERSION)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Strigi
- "Couldn't find Strigi streams library. Set the environment variable STRIGI_HOME (or CMAKE_FIND_PREFIX_PATH if using CMake >=2.5) to the strigi install dir."
+ "Couldn't find Strigi streams and streamanalyzer libraries. Set the environment variable STRIGI_HOME (or CMAKE_FIND_PREFIX_PATH if using CMake >=2.5) to the strigi install dir."
STRIGI_STREAMS_LIBRARY STRIGI_STREAMANALYZER_LIBRARY STRIGI_INCLUDE_DIR)
mark_as_advanced(STRIGI_INCLUDE_DIR STRIGI_STREAMANALYZER_LIBRARY STRIGI_STREAMS_LIBRARY STRIGI_STRIGIQTDBUSCLIENT_LIBRARY )