https://bugs.kde.org/show_bug.cgi?id=306323
--- Comment #16 from Alex Turbov <[email protected]> --- (In reply to comment #15) > > OK, it's not marked as REQUIRED. Which means build takes place as well if it > is not found. I'm in real doublt about this! > > 2/ All of kdepimlibs needs boost > > > > These two statements are incorrect. Adding a find_package(boost) is excluded > > because of 2 and the posted patch is wrong because of 1. > > The find_package(boost) is already there, see above. > > And please have a look at the following output: > huettel@grenadine ~/tmp/kdepimlibs-4.9.1 $ find . -name CMakeLists.txt -exec > grep -i boost {} + [skipped] > ./CMakeLists.txt:include_directories (${CMAKE_SOURCE_DIR} > ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES} ${Boost_INCLUDE_DIR}) [skipped] everything below this line (from the sources root CMakeLists.txt) doesn't matter (just *redundand* appending another one instance of Boost_INCLUDE_DIR) -- 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
