mirror of
https://github.com/ceph/ceph
synced 2024-12-14 23:46:28 +00:00
cmake: link libcrimson against libceph-common
as libcrimson uses symbols exposed by the later, among other things, the Authorization related stuff. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
2a6bec88c3
commit
d33d295055
@ -10,4 +10,4 @@ add_library(crimson STATIC
|
||||
${crimson_net_srcs}
|
||||
${crimson_thread_srcs}
|
||||
${CMAKE_SOURCE_DIR}/src/common/buffer_seastar.cc)
|
||||
target_link_libraries(crimson Seastar::seastar)
|
||||
target_link_libraries(crimson Seastar::seastar ceph-common)
|
||||
|
Loading…
Reference in New Issue
Block a user