From caa9b977460e32703bc5d22960822fc77c9b8a52 Mon Sep 17 00:00:00 2001 From: Ceph Packaging Team Date: Thu, 3 Dec 2020 20:03:06 +0000 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