]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: ceph-exporter fix for WITH_MGR=OFF 47468/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 4 Aug 2022 18:25:19 +0000 (14:25 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 4 Aug 2022 18:25:24 +0000 (14:25 -0400)
removing vstart-base's unconditional dependency on ceph-exporter. it's
added conditionally just below:

if (WITH_MGR)
  add_dependencies(vstart-base ceph-mgr)
  add_dependencies(vstart-base ceph-exporter)

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/CMakeLists.txt

index 723ed439fd2e936e38c8ffbb4b607b7b4b584472..d3d71b327583ccf5c9e3e991914a3c61a0886f4d 100644 (file)
@@ -904,7 +904,6 @@ add_custom_target(vstart-base DEPENDS
     ceph-mon
     ceph-authtool
     ceph-conf
-    ceph-exporter
     monmaptool
     crushtool
     rados)