]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/cls_hello/CMakeLists.txt
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / test / cls_hello / CMakeLists.txt
index fa4a526afa0de157a3ba1624b3de1b3844d6023e..9efb95e03093a1b6e78b419358585c67f48be2a5 100644 (file)
@@ -1,15 +1,13 @@
 add_executable(ceph_test_cls_hello
   test_cls_hello.cc
   )
-set_target_properties(ceph_test_cls_hello PROPERTIES COMPILE_FLAGS
-  ${UNITTEST_CXX_FLAGS})
 target_link_libraries(ceph_test_cls_hello
   librados
   global
   ${EXTRALIBS}
   ${BLKID_LIBRARIES}
   ${CMAKE_DL_LIBS}
-  radostest
+  radostest-cxx
   ${UNITTEST_LIBS}
   )
 install(TARGETS