aboutsummaryrefslogtreecommitdiff
path: root/modules/FindStrigi.cmake
AgeCommit message (Expand)Author
2008-10-21fix as requested by Alex:Patrick Spendrin
2008-10-14minor: missed one var in mark_as_advancedDavid Faure
2008-10-13It's IF(FOO), not IF(${FOO}) .... for some reason.David Faure
2008-10-13seems it's FATAL_ERROR, not just FATALDavid Faure
2008-10-13CheckCXXSourceCompiles == compiling and linking --> we need to link against s...Christian Ehrlicher
2008-10-13Rewrite the check for the strigi api screwup once more, because pkgconfig isn...David Faure
2008-10-02Cache the bool too, since the libs+includes are cached, and when cmake auto-r...David Faure
2008-10-01Use pkgconfig _first_, and use the result of that (if any), when looking for ...David Faure
2008-09-19move STRIGI_NEEDS_SIGNED_CHAR for win32 to FindStrigi.cmake to make sure it's...Christian Ehrlicher
2008-09-15Fix min required version now that >= 0.5.9 should work again (like in 4.1 bra...David Faure
2008-09-13Make the stuff compile with strigi <= 0.6.0 too, since we can.David Faure
2008-09-13When strigi is >= 0.6.0, use signed char instead of char.David Faure
2008-09-03-modify the documentation, so let's see if this shows up tomorrow on api.kde.orgAlexander Neundorf
2008-08-29Fix Strigi detection to use a version from the 0.5 branch and to not use a ne...Jos van den Oever
2008-08-22Give an accurate hint - if Strigi can't be found, CMAKE_PREFIX_PATH, not CMAK...Alex Merry
2008-08-20Require at least Strigi 0.6.0 (SVN trunk) because a BC change was needed in l...Jos van den Oever
2008-05-14We need at least version 0.5.9 because of some serious bug fixes.Jos van den Oever
2008-04-16don't put set variables into the CACHE, per Brad KingAllen Winter
2008-03-13split into strigila and strigita prefixDirk Mueller
2008-03-13configure the strigi analyzer prefix in a central place instead of spreading...Dirk Mueller
2008-01-11- libstreams is not enough, streamanalyzer is also needed (those two are sepa...Josef Spillner
2007-12-17-mark more variables as advancedAlexander Neundorf
2007-11-24It is really a bad idea to search for stuff _only_ using NO_DEFAULT_PATH.Alexander Neundorf
2007-10-11cmake's string handling is suboptimal... :(Christian Ehrlicher
2007-10-11I'm sorry Ralf, but your fix was wrong and breaks build. The error is in Find...Christian Ehrlicher
2007-10-07NO_DEFAULT_PATH is not good on win32 - remove it for windowsChristian Ehrlicher
2007-10-05-make it possible for the module user to override the required strigi versionAlexander Neundorf
2007-10-03we need Strigi 0.5.5 nowDirk Mueller
2007-10-02Find libraries in $STRIGI_HOME instead of system ones, as discussed with Vir ...Anders Lund
2007-09-30FIND_LIBRARY_EX -> FIND_LIBRARY_WITH_DEBUGChristian Ehrlicher
2007-09-30don't prefer /usr/include over /includeMatthias Kretz
2007-09-25Add search strigiqtdbusclientLaurent Montel
2007-09-24switch to new macro FIND_LIBRARY_EX() to avoid code duplicationChristian Ehrlicher
2007-09-15Fix find for msvc.Adrian Page
2007-09-15adopt them to the new win32 library namesChristian Ehrlicher
2007-08-20If Strigi is found via pkg-config but not found in the normal installation pa...Adriaan de Groot
2007-08-20Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
2007-08-03don't use $ENV{foo} in MESSAGE(), can mess up parsing under windowsAlexander Neundorf
2007-08-03-add FindPackageHandleStandardArgs.cmake from cmake cvs, which adds a macro f...Alexander Neundorf
2007-08-02* Improve the error message when the strigi pkgconfig test failsRichard Dale
2007-07-29Give extra hints on failure to find StrigiWill Stephenson
2007-07-26give a hintDirk Mueller
2007-07-26replace the incorrect message about "recent strigi" with 0.5.3. Dirk Mueller
2007-07-13kde variable is not defined at the begining into kdelibsLaurent Montel
2007-04-05Use cmake kde4 variableLaurent Montel
2007-03-15Better cmake message which tells the use to use a recent SVN version. Keep th...Jos van den Oever
2007-03-15cmake variables should all be prefixed, so use STRIGI_ for all variables in F...Dominik Haumann
2007-03-15Follow refactory in strigi. (2+3/3)Thomas Zander
2007-03-14need both strigi libs on win32Christian Ehrlicher
2007-03-12strigi now compiles fine on win32. Will provide a binary package in the next ...Christian Ehrlicher