Comment 82 for bug 885324

Revision history for this message
In , Anantapalani (anantapalani) wrote :

(In reply to comment #20)
> libkdcraw and digiKam use the same logic to compile against lcms2. The same
> cmake option is used for digiKam core and libkdcraw : ENABLE_LCMS2.
>
> Please, try under windows if all is fine, and report...

Gilles,

PKG_CHECK_MODULES was still being used, so I switched to FindLCMS2.cmake instead and committed the change (forgot to CC this bug, sorry). Works fine on Windows now. I think this may also fix the problem you mention in comment #22?

-Ananta