mirror of
https://github.com/ceph/ceph
synced 2025-04-01 14:51:13 +00:00
cmake: fix the build of test_rados_api_list
the libglobal linkage was added in 769c0af
, so add it to cmake
accordingly.
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
0f81ac5d87
commit
93ace63ff8
@ -1850,7 +1850,7 @@ add_executable(test_rados_api_list
|
||||
set_target_properties(test_rados_api_list PROPERTIES COMPILE_FLAGS
|
||||
${UNITTEST_CXX_FLAGS})
|
||||
target_link_libraries(test_rados_api_list
|
||||
librados ${UNITTEST_LIBS} radostest)
|
||||
librados global ${UNITTEST_LIBS} radostest)
|
||||
|
||||
add_executable(test_rados_api_nlist
|
||||
librados/nlist.cc
|
||||
|
Loading…
Reference in New Issue
Block a user