https://bugs.kde.org/show_bug.cgi?id=306323
--- Comment #21 from Christophe Giboudeaux <[email protected]> --- you have to choose your answer at some point: - either you use ${Boost_INCLUDE_DIR}, then the path is not hardcoded but you must find boost before kdepimlibs, - or you use @Boost_INCLUDE_DIR@ and in that case the path is hardcoded in KdepimLibsConfig.cmake None of these solution is acceptable. In both case we would still need a find_package(Boost) in the modules using kdepimlibs anyway (because we need Boost_FOUND, Boost_VERSION). If Gentoo is the only distribution having a problem with the KDE buildsystem, it's the Gentoo buildsystem that needs some fixes. (and maybe pyKDE that needs a trivial fix) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
