build: Fix build of radosgw-cr-test

Remove dependency on `libneorados_cls_fifo` removed in commit
`bf222906b01cbb9e8d55ae4685004a22cddcc138`.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
This commit is contained in:
Adam C. Emerson 2023-01-19 16:51:58 -05:00
parent e0f68a1b0a
commit 1aa24787b3

View 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