From fcb0f4d67022ce2e5da1c04275104277a6882bb7 Mon Sep 17 00:00:00 2001 From: Ceph Packaging Team Date: Wed, 21 Apr 2021 09:02:07 +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