Stumped: strigi's FindCLucence.cmake

Mike Arthur mike at mikearthur.co.uk
Sat Jan 2 16:34:29 CET 2010


On 2 Jan 2010, at 13:41, Allen Winter wrote:

> Howdy,
> 
> Strigi in kdesupport now wants clucene v0.9.21b.  My distro does not provide that version.
> So I installed it myself in /usr/local.
> 
> But, no matter how much I hack on kdesupport/strigi/cmake/FindCLucene.cmake,
> I can't get CMake to find the version in /usr/local.. it always finds the version in /usr
> 
> Finally, I removed the distro's libclucene-dev package -- which worked.
> This doesn't seem correct to me: we should be able to keep multiple
> versions installed and have a way to tell CMake which to use.

You should be able to use PATHS or HINTS to point it to the correct location. If not, I find it's easier to manually set the CLUCENE_* variables myself.

--
Cheers,
Mike Arthur
http://mikearthur.co.uk



More information about the Kde-buildsystem mailing list