]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Not all references to WITH_MDS were removed (see PR #10186). This
authorJ. Eric Ivancich <ivancich@redhat.com>
Wed, 13 Jul 2016 18:36:37 +0000 (14:36 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Wed, 13 Jul 2016 18:36:37 +0000 (14:36 -0400)
removes the final one (dependency of vstart on ceph-mds).

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/CMakeLists.txt

index f64fd59df7c7a03983db5f68921cf3f6d5b2c9d1..a6d19ee76713bd507eb0808ccc06a95ee71e451a 100644 (file)
@@ -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)