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:
Kefu Chai 2018-07-09 19:03:37 +08:00
parent 2a6bec88c3
commit d33d295055

View File

@ -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)