From: J. Eric Ivancich Date: Wed, 13 Jul 2016 18:36:37 +0000 (-0400) Subject: Not all references to WITH_MDS were removed (see PR #10186). This X-Git-Tag: ses5-milestone5~410^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F10286%2Fhead;p=ceph.git Not all references to WITH_MDS were removed (see PR #10186). This removes the final one (dependency of vstart on ceph-mds). Signed-off-by: J. Eric Ivancich --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f64fd59df7c..a6d19ee7671 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1523,10 +1523,8 @@ add_custom_target(vstart DEPENDS ceph-conf monmaptool crushtool - cython_rados) -if(WITH_MDS) - add_dependencies(vstart ceph-mds) -endif(WITH_MDS) + cython_rados + ceph-mds) if(WITH_RADOSGW) add_dependencies(vstart radosgw radosgw-admin) endif(WITH_RADOSGW)