]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tools: fix librados compatibility
authorYuan Zhou <yuan.zhou@intel.com>
Fri, 22 Feb 2019 04:06:46 +0000 (12:06 +0800)
committerYuan Zhou <yuan.zhou@intel.com>
Thu, 21 Mar 2019 16:16:30 +0000 (00:16 +0800)
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
src/test/immutable_object_cache/CMakeLists.txt
src/tools/immutable_object_cache/CMakeLists.txt

index bd088cdf0dfcb8e7861100147eadc9fff3f66d15..e890e63a2dbc91dab5188106569a943d3b41f07b 100644 (file)
@@ -13,7 +13,7 @@ add_ceph_unittest(unittest_ceph_immutable_obj_cache)
 target_link_libraries(unittest_ceph_immutable_obj_cache
   ceph_immutable_object_cache_lib
   rados_test_stub
-  librados-cxx
+  librados
   global
   radostest-cxx
   stdc++fs
@@ -26,7 +26,7 @@ add_executable(ceph_test_immutable_obj_cache
   )
 
 target_link_libraries(ceph_test_immutable_obj_cache
-  librados-cxx
+  librados
   radostest-cxx
   ${UNITTEST_LIBS}
   )
index 56a5f73109cf41ec521d7f9775e6be8724094c7c..bc7e0c4bd4e80d1e7cf07566649678212b2c6871 100644 (file)
@@ -13,7 +13,7 @@ add_executable(ceph-immutable-object-cache
   main.cc)
 target_link_libraries(ceph-immutable-object-cache
   ceph_immutable_object_cache_lib
-  librados-cxx
+  librados
   stdc++fs
   global)
 install(TARGETS ceph-immutable-object-cache DESTINATION bin)