From 973da8ea67b7bf44cdf93e96a95a9512e118c209 Mon Sep 17 00:00:00 2001 From: "J. Eric Ivancich" Date: Fri, 20 Oct 2023 21:43:41 -0400 Subject: [PATCH] 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 --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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) -- 2.47.3