]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: add cephadm to vstart target
authorMichael Fritch <mfritch@suse.com>
Mon, 4 Oct 2021 14:55:34 +0000 (08:55 -0600)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 13 Sep 2022 16:17:20 +0000 (12:17 -0400)
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/CMakeLists.txt

index bf89a3aea78d86594ab8b7a28e5c80c9e3bbb4f0..d59e889ae3d378abb7121e51d87b8eecf9e1c3ac 100644 (file)
@@ -955,6 +955,10 @@ if(WITH_MGR)
   add_dependencies(vstart ceph-volume-venv-setup)
 endif()
 
+if(WITH_MGR)
+  add_dependencies(vstart cephadm)
+endif()
+
 # Everything you need to run CephFS tests
 add_custom_target(cephfs_testing DEPENDS
     vstart