summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2df55a75e1..582eda5c74d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -233,13 +233,6 @@ endif()
include(CMakeDependentOption)
-CMAKE_DEPENDENT_OPTION(WITH_ZBD "Enable libzbd bluestore backend" OFF
- "WITH_BLUESTORE" OFF)
-if(WITH_ZBD)
- find_package(zbd REQUIRED)
- set(HAVE_LIBZBD ${ZBD_FOUND})
-endif()
-
CMAKE_DEPENDENT_OPTION(WITH_LIBURING "Enable io_uring bluestore backend" ON
"WITH_BLUESTORE;HAVE_LIBAIO" OFF)
set(HAVE_LIBURING ${WITH_LIBURING})