Skip to content

Commit

Permalink
Merge pull request #8438 from tchaikov/wip-fix-cmake
Browse files Browse the repository at this point in the history
cmake: fix the build of test_rados_api_list
  • Loading branch information
oritwas committed Apr 5, 2016
2 parents cf5d277 + 93ace63 commit 51b6007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 51b6007

Please sign in to comment.