projects
/
ceph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a16d290
)
add-option-to-disable-ceph-dencoder
author
Ceph Packaging Team
<team+ceph@tracker.debian.org>
Tue, 21 Jan 2020 20:21:17 +0000
(20:21 +0000)
committer
Bernd Zeimetz
<bzed@debian.org>
Tue, 21 Jan 2020 20:21:17 +0000
(20:21 +0000)
===================================================================
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 d31f3d240844abe4d5c9f6ba978d764febb50bfa..417335bf506f18121ac9fe5eff3459884149c792 100644
(file)
--- a/
src/tools/CMakeLists.txt
+++ b/
src/tools/CMakeLists.txt
@@
-122,4
+122,6
@@
if(WITH_RBD)
endif()
endif(WITH_RBD)
+if(NOT DISABLE_DENCODER)
add_subdirectory(ceph-dencoder)
+endif(DISABLE_DENCODER)