aboutsummaryrefslogtreecommitdiff
path: root/modules/FindStrigi.cmake
AgeCommit message (Collapse)Author
2007-09-15adopt them to the new win32 library namesChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=712919
2007-08-20If Strigi is found via pkg-config but not found in the normal installation ↵Adriaan de Groot
paths, (double) check in the directories returned by pkg-config. Handles the case where Strigi is installed in a different prefix from KDE. svn path=/trunk/KDE/kdelibs/; revision=702314
2007-08-20Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
Fix typo svn path=/trunk/KDE/kdelibs/; revision=702150
2007-08-03don't use $ENV{foo} in MESSAGE(), can mess up parsing under windowsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=696118
2007-08-03-add FindPackageHandleStandardArgs.cmake from cmake cvs, which adds a macro ↵Alexander Neundorf
for handling the QUIETLY and REQUIRED arguments for FIND_PACKAGE() and which sets the foo_FOUND variable if all additional variables are TRUE -use this new macro in FindStrigi. -put the successful query of pkgfconfig for the strigi version in the cache, so it doesn't have to do it again the next time -if pkgconfig doesn't find strigi at all, print a warning message but don't fail Alex svn path=/trunk/KDE/kdelibs/; revision=695818
2007-08-02* Improve the error message when the strigi pkgconfig test failsRichard Dale
svn path=/trunk/KDE/kdelibs/; revision=695716
2007-07-29Give extra hints on failure to find StrigiWill Stephenson
svn path=/trunk/KDE/kdelibs/; revision=693961
2007-07-26give a hintDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=692881
2007-07-26replace the incorrect message about "recent strigi" with 0.5.3. Dirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=692857
2007-07-13kde variable is not defined at the begining into kdelibsLaurent Montel
and if we search directly into include_install_dir Remove old compatibility variable svn path=/trunk/KDE/kdelibs/; revision=687269
2007-04-05Use cmake kde4 variableLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=650721
2007-03-15Better cmake message which tells the use to use a recent SVN version. Keep ↵Jos van den Oever
this message until the api stabilizes (halfway april). svn path=/trunk/KDE/kdelibs/; revision=642883
2007-03-15cmake variables should all be prefixed, so use STRIGI_ for all variables in ↵Dominik Haumann
FindStrigi.cmake CCMAIL: Jos van den Oever <jos@vandenoever.info> Alex@dhs box svn path=/trunk/KDE/kdelibs/; revision=642853
2007-03-15Follow refactory in strigi. (2+3/3)Thomas Zander
* Renamed library * (mostly) Renamed namespace from 'jstreams' to 'Strigi' svn path=/trunk/KDE/kdelibs/; revision=642663
2007-03-14need both strigi libs on win32Christian Ehrlicher
FIXME: don't search for libs when they're already in the cache svn path=/trunk/KDE/kdelibs/; revision=642355
2007-03-12strigi now compiles fine on win32. Will provide a binary package in the next ↵Christian Ehrlicher
few days CCMAIL kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=641914
2007-03-05Somehow FindStrigi.cmake did not get committed before, here it is.Jos van den Oever
svn path=/trunk/KDE/kdelibs/; revision=639518