From: Kefu Chai Date: Fri, 27 May 2016 08:00:43 +0000 (+0800) Subject: cmake: add libcommon to libmds X-Git-Tag: v11.0.0~390^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9a357a9de068c9d34891e9a9c1aafc24c0da79d2;p=ceph.git cmake: add libcommon to libmds MDSDaemon is using cpu_profiler_handle_command() offered by libcommon Signed-off-by: Kefu Chai --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 71f2e2fbb05a..cf273b1853c4 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}