From: J. Eric Ivancich Date: Sat, 21 Oct 2023 01:43:41 +0000 (-0400) Subject: quincy: build: make it possible to build w/o ceph-mgr X-Git-Tag: v17.2.7~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F54132%2Fhead;p=ceph.git quincy: build: make it possible to build w/o ceph-mgr Fix problematic dependencies w/ ceph-exporter and ceph-mgr. Signed-off-by: J. Eric Ivancich --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b03f76bff804..cdc183d2463f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -873,7 +873,6 @@ add_custom_target(vstart-base DEPENDS ceph-mon ceph-authtool ceph-conf - ceph-exporter monmaptool crushtool rados)