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 <ivancich@redhat.com>
This commit is contained in:
J. Eric Ivancich 2016-07-13 14:36:37 -04:00
parent 8912e0ef5b
commit d0baaae825

View 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)