From 01ad082507ae80ef5fe09d6963732c409e8d2dd1 Mon Sep 17 00:00:00 2001 From: Ceph Packaging Team Date: Thu, 26 Aug 2021 09:36:49 +0100 Subject: [PATCH] add-option-to-disable-ceph-dencoder =================================================================== Gbp-Pq: Name add-option-to-disable-ceph-dencoder.patch --- src/tools/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt index fc8539ff7..5a34a2007 100644 --- a/src/tools/CMakeLists.txt +++ b/src/tools/CMakeLists.txt @@ -126,4 +126,6 @@ if(WITH_RBD) endif() endif(WITH_RBD) +if(NOT DISABLE_DENCODER) add_subdirectory(ceph-dencoder) +endif(DISABLE_DENCODER) -- 2.30.2