]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
CMake - Workaround set Boost_component_FOUND
authorDaniel Gryniewicz <dang@redhat.com>
Thu, 12 Dec 2019 15:41:08 +0000 (10:41 -0500)
committerCasey Bodley <cbodley@redhat.com>
Wed, 8 Jan 2020 16:31:04 +0000 (11:31 -0500)
commit0f4cb207bb4a9905619894286edd41a89379a747
tree1db28f86cb2fea08f93f8a1cf875b1ec1f6abd9a
parent4ca4201b7fe3e0ca172548204b4b888a0908d162
CMake - Workaround set Boost_component_FOUND

BuildBoost.cmake (used when we're building the submodule) doesn't
provide parity with FindBoost.cmake (used with system Boost).
Specifically, it doesn't set the _FOUND variables for the various
components, making it hard to depend on finding those features.

Set Boost_<component>_FOUND for all the components we're building in
BuildBoost.cmake to make using these variables possible.

Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
cmake/modules/BuildBoost.cmake