mirror of
https://github.com/ceph/ceph
synced 2024-12-17 00:46:05 +00:00
cmake: fix typo
Signed-off-by: Haomai Wang <haomai@xsky.com>
This commit is contained in:
parent
84e9edf03a
commit
598b664b9f
@ -558,7 +558,7 @@ endif (WITH_MGR)
|
||||
set(librados_config_srcs
|
||||
librados-config.cc)
|
||||
add_executable(librados-config ${librados_config_srcs})
|
||||
target_link_libraries(librados-config librados global ${BLKID_LIBRARIES} ${IBVERBS_LIBRARIES}
|
||||
target_link_libraries(librados-config librados global ${BLKID_LIBRARIES} ${RDMA_LIBRARIES}
|
||||
${CMAKE_DL_LIBS})
|
||||
|
||||
install(TARGETS librados-config DESTINATION bin)
|
||||
@ -699,7 +699,7 @@ set(ceph_osd_srcs
|
||||
add_executable(ceph-osd ${ceph_osd_srcs}
|
||||
$<TARGET_OBJECTS:common_util_obj>)
|
||||
add_dependencies(ceph-osd erasure_code_plugins)
|
||||
target_link_libraries(ceph-osd osd os global ${BLKID_LIBRARIES} ${IBVERBS_LIBRARIES})
|
||||
target_link_libraries(ceph-osd osd os global ${BLKID_LIBRARIES} ${RDMA_LIBRARIES})
|
||||
if(WITH_FUSE)
|
||||
target_link_libraries(ceph-osd ${FUSE_LIBRARIES})
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user