]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: add implicit dependencies between boost libs 20616/head
authorKefu Chai <kchai@redhat.com>
Tue, 27 Feb 2018 13:11:10 +0000 (21:11 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 27 Feb 2018 13:26:42 +0000 (21:26 +0800)
commit9535165149d16a2a944a81f4888d3ab0a7358027
tree71234345ce06a8292e080e679f26612036d55028
parent854ca24b19169d20bd6b47c010bdbafc5fec0a0c
cmake: add implicit dependencies between boost libs

so the dependencies can be included when linking against the one which
depends on them. for example, libboost_filesystem depends on
libboost_system, if we don't link against the latter, linker will bail
out when linking an executable using Boost::filesystem.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/BuildBoost.cmake