]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: only link against necessary libs
authorKefu Chai <kchai@redhat.com>
Mon, 2 Sep 2019 08:07:49 +0000 (16:07 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 2 Sep 2019 08:32:43 +0000 (16:32 +0800)
commit45bab2cb1cf667c2c5c82a78a141fa5883dbd0e3
treea5a3cf1ec00b6cfe4fa870596e3a0fbef1185701
parent1d5a1e0eb96147f5c0bcb625e64b0faea1b45826
cmake: only link against necessary libs

some executables like ceph_test_mon_memory_target does not link against
gtest or gmock, so no need to link agains them.

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