Skip to content

Commit

Permalink
cmake: link ceph_test_rados_api_list against libglobal
Browse files Browse the repository at this point in the history
see 769c0af

Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Apr 15, 2016
1 parent 8ddfcb1 commit 28b91f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/librados/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ add_executable(ceph_test_rados_api_list
set_target_properties(ceph_test_rados_api_list PROPERTIES COMPILE_FLAGS
${UNITTEST_CXX_FLAGS})
target_link_libraries(ceph_test_rados_api_list
librados ${UNITTEST_LIBS} radostest)
librados global ${UNITTEST_LIBS} radostest)

# ceph_test_rados_api_nlist
add_executable(ceph_test_rados_api_nlist
Expand Down

0 comments on commit 28b91f2

Please sign in to comment.