]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: only build extra boost libraries only if WITH_SEASTAR 22521/head
authorKefu Chai <kchai@redhat.com>
Tue, 12 Jun 2018 04:35:39 +0000 (12:35 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 12 Jun 2018 04:38:05 +0000 (12:38 +0800)
commit54216f3c25e6d0806fb4590ca092395271502ebd
tree72475ca4b70069d7230e7c1bef4d57a555170373
parent7967416eea9055393cda888fd91fb87d8df015a6
cmake: only build extra boost libraries only if WITH_SEASTAR

unit_test_framework is an alias of test, and Boost::test is only
necessary if seastar's tests are built. but SEASTAR_ENABLE_TESTS is
reset by us, so drop tests/unit_test_framework here.

Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt