On Mon Jan 10, 2022 at 08:52:22PM +0000, Stuart Henderson wrote: > Ok but please say that it's KDE ports, I tested with doxygen (cmake+xapian > user) and that was fine. >
Yes it was fine because doxygen uses find_library/find_path (It comes with its own Findxapian.cmake) instead of find_package. If you use find_package, the module will handle it for you and set the variables defined by the module (upstream project or cmake itself).
