[poppler] [PATCH] [CMake] Fix automagic lcms dependencies
Albert Astals Cid
aacid at kde.org
Wed May 23 10:46:33 PDT 2012
El Divendres, 18 de maig de 2012, a les 01:56:03, Maciej Mrozowski va
escriure:
> Hello,
>
> When both libcms1 and libcms2 are present, liblcms2 is automatically
> selected with no way to override the choice. Patch adds the choice by the
> means of ENABLE_LCMS2 option.
This doesn't work if you do not have lcms2 installed but have lcms installed
right?
Because it'll go throught the first
if(ENABLE_LCMS2) (because i don't have a clue if i have it or not)
and then fail at
find_package(LCMS2)
and then don't look for LCMS1, no?
Albert
More information about the poppler
mailing list