projects
/
ceph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2507af3
)
add-option-to-disable-ceph-dencoder
author
Ceph Packaging Team
<team+ceph@tracker.debian.org>
Thu, 27 May 2021 10:04:21 +0000
(11:04 +0100)
committer
Thomas Goirand
<zigo@debian.org>
Thu, 27 May 2021 10:04:21 +0000
(11:04 +0100)
===================================================================
Gbp-Pq: Name add-option-to-disable-ceph-dencoder.patch
src/tools/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/tools/CMakeLists.txt
b/src/tools/CMakeLists.txt
index fc8539ff7ab07d97599ebd1909443435102e76c2..5a34a2007e89cf0db82f5c61cf237eb84afc8ef5 100644
(file)
--- 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)