From 9a357a9de068c9d34891e9a9c1aafc24c0da79d2 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 27 May 2016 16:00:43 +0800 Subject: [PATCH] cmake: add libcommon to libmds MDSDaemon is using cpu_profiler_handle_command() offered by libcommon Signed-off-by: Kefu Chai --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 71f2e2fbb05a8..cf273b1853c43 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -953,7 +953,7 @@ if(${WITH_MDS}) add_library(mds ${mds_srcs} $ $) - target_link_libraries(mds ${ALLOC_LIBS} osdc) + target_link_libraries(mds ${ALLOC_LIBS} osdc common) set(ceph_mds_srcs ceph_mds.cc) add_executable(ceph-mds ${ceph_mds_srcs} -- 2.39.5