Skip to content

Commit

Permalink
Merge pull request ceph#5488 from oritwas/wip-cmake-fix-rbd
Browse files Browse the repository at this point in the history
cmake: add global lib to rbd

Reviewed-by: John Spray <[email protected]>
  • Loading branch information
jcsp committed Aug 6, 2015
2 parents b63f2af + 1559d5e commit b3f1b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ if(${WITH_RBD})
$<TARGET_OBJECTS:parse_secret_objs>
$<TARGET_OBJECTS:heap_profiler_objs>)
set_target_properties(rbd PROPERTIES OUTPUT_NAME rbd)
target_link_libraries(rbd librbd librados common keyutils udev
target_link_libraries(rbd librbd librados global common keyutils udev
${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${TCMALLOC_LIBS})
install(TARGETS rbd DESTINATION bin)
install(PROGRAMS ${CMAKE_SOURCE_DIR}/src/ceph-rbdnamer DESTINATION bin)
Expand Down

0 comments on commit b3f1b3a

Please sign in to comment.