From b7287fdc4d70c5ecedda78ae367b98e5d8f61c5b Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 10 Jun 2017 23:59:19 +0800 Subject: [PATCH] test/librbd: decouple ceph_test_librbd_api from libceph-common Fixes: http://tracker.ceph.com/issues/20175 Signed-off-by: Kefu Chai --- src/test/librbd/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/librbd/CMakeLists.txt b/src/test/librbd/CMakeLists.txt index 24cf0b152ae..38765811de9 100644 --- a/src/test/librbd/CMakeLists.txt +++ b/src/test/librbd/CMakeLists.txt @@ -114,12 +114,11 @@ add_executable(ceph_test_librbd_api test_support.cc test_librbd.cc test_main.cc + $ $) target_link_libraries(ceph_test_librbd_api librbd librados - ceph-common - radostest ${UNITTEST_LIBS}) set_target_properties(ceph_test_librbd_api PROPERTIES COMPILE_FLAGS ${UNITTEST_CXX_FLAGS}) -- 2.39.5