]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: no need to link ceph-mgr against mds
authorKefu Chai <kchai@redhat.com>
Wed, 26 Apr 2017 07:54:15 +0000 (15:54 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 26 Apr 2017 10:05:02 +0000 (18:05 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt

index 927a2044b3b62e32fb553c03d893b0c9683cf1e6..2378863ee903c1714c74bbdfe1ce8d4b5d14dd06 100644 (file)
@@ -651,7 +651,7 @@ if (WITH_MGR)
   add_executable(ceph-mgr ${mgr_srcs}
                  $<TARGET_OBJECTS:heap_profiler_objs>)
   target_include_directories(ceph-mgr PRIVATE "${PYTHON_INCLUDE_DIRS}")
-  target_link_libraries(ceph-mgr mds osdc global-static common
+  target_link_libraries(ceph-mgr osdc global-static common
       ${Boost_PYTHON_LIBRARY} ${PYTHON_LIBRARIES} ${BLKID_LIBRARIES} ${CMAKE_DL_LIBS} ${ALLOC_LIBS})
   install(TARGETS ceph-mgr DESTINATION bin)
 endif (WITH_MGR)