[Bug 306323] [kdepimlibs] missed boost dependency in KdepimLibsConfig.cmake.in

Alex Turbov i.zaufi at gmail.com
Fri Sep 7 17:53:44 BST 2012


https://bugs.kde.org/show_bug.cgi?id=306323

--- Comment #16 from Alex Turbov <i.zaufi at gmail.com> ---
(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 at 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.



More information about the Kdepim-bugs mailing list