]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: do not link against unused libs
authorKefu Chai <kchai@redhat.com>
Wed, 12 Feb 2020 12:57:42 +0000 (20:57 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 12 Feb 2020 16:22:28 +0000 (00:22 +0800)
commit103050c1b63b723a497b5d3e19743296125c4989
tree32baae98817043cc7bf5a89346b8a55a562e7814
parent7ee700ba1ec68b0fa5e20675af8dd77ee9a35079
cmake: do not link against unused libs

if it's not used, there is no need to link against it.

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