]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
build: Fix build of `radosgw-cr-test` 49798/head
authorAdam C. Emerson <aemerson@redhat.com>
Thu, 19 Jan 2023 21:51:58 +0000 (16:51 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 19 Jan 2023 21:57:53 +0000 (16:57 -0500)
Remove dependency on `libneorados_cls_fifo` removed in commit
`bf222906b01cbb9e8d55ae4685004a22cddcc138`.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/test/rgw/CMakeLists.txt

index 7d21f65ca35da88779d57324c5bedb6001287f57..57d6696c776ae9966734a207bcdd1b7ef5a40a1f 100644 (file)
@@ -274,7 +274,7 @@ target_link_libraries(unittest_rgw_lua ${rgw_libs})
 add_executable(radosgw-cr-test rgw_cr_test.cc)
 target_link_libraries(radosgw-cr-test ${rgw_libs} librados
   cls_rgw_client cls_otp_client cls_lock_client cls_refcount_client
-  cls_log_client cls_timeindex_client neorados_cls_fifo
+  cls_log_client cls_timeindex_client
   cls_version_client cls_user_client
   global ${LIB_RESOLV}
   OATH::OATH