index
:
extra-cmake-modules.git
hurd
master
hurd extra-cmake-modules.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
FindStrigi.cmake
Age
Commit message (
Expand
)
Author
2008-05-14
We need at least version 0.5.9 because of some serious bug fixes.
Jos van den Oever
2008-04-16
don't put set variables into the CACHE, per Brad King
Allen Winter
2008-03-13
split into strigila and strigita prefix
Dirk Mueller
2008-03-13
configure 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 advanced
Alexander Neundorf
2007-11-24
It is really a bad idea to search for stuff _only_ using NO_DEFAULT_PATH.
Alexander Neundorf
2007-10-11
cmake's string handling is suboptimal... :(
Christian Ehrlicher
2007-10-11
I'm sorry Ralf, but your fix was wrong and breaks build. The error is in Find...
Christian Ehrlicher
2007-10-07
NO_DEFAULT_PATH is not good on win32 - remove it for windows
Christian Ehrlicher
2007-10-05
-make it possible for the module user to override the required strigi version
Alexander Neundorf
2007-10-03
we need Strigi 0.5.5 now
Dirk Mueller
2007-10-02
Find libraries in $STRIGI_HOME instead of system ones, as discussed with Vir ...
Anders Lund
2007-09-30
FIND_LIBRARY_EX -> FIND_LIBRARY_WITH_DEBUG
Christian Ehrlicher
2007-09-30
don't prefer /usr/include over /include
Matthias Kretz
2007-09-25
Add search strigiqtdbusclient
Laurent Montel
2007-09-24
switch to new macro FIND_LIBRARY_EX() to avoid code duplication
Christian Ehrlicher
2007-09-15
Fix find for msvc.
Adrian Page
2007-09-15
adopt them to the new win32 library names
Christian Ehrlicher
2007-08-20
If Strigi is found via pkg-config but not found in the normal installation pa...
Adriaan de Groot
2007-08-20
Use FIND_PACKAGE_HANDLE_STANDARD_ARGS
Laurent Montel
2007-08-03
don't use $ENV{foo} in MESSAGE(), can mess up parsing under windows
Alexander 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 fails
Richard Dale
2007-07-29
Give extra hints on failure to find Strigi
Will Stephenson
2007-07-26
give a hint
Dirk Mueller
2007-07-26
replace the incorrect message about "recent strigi" with 0.5.3.
Dirk Mueller
2007-07-13
kde variable is not defined at the begining into kdelibs
Laurent Montel
2007-04-05
Use cmake kde4 variable
Laurent Montel
2007-03-15
Better cmake message which tells the use to use a recent SVN version. Keep th...
Jos van den Oever
2007-03-15
cmake variables should all be prefixed, so use STRIGI_ for all variables in F...
Dominik Haumann
2007-03-15
Follow refactory in strigi. (2+3/3)
Thomas Zander
2007-03-14
need both strigi libs on win32
Christian Ehrlicher
2007-03-12
strigi now compiles fine on win32. Will provide a binary package in the next ...
Christian Ehrlicher
2007-03-05
Somehow FindStrigi.cmake did not get committed before, here it is.
Jos van den Oever