From 47062b2a1d3541a347e4ce5a617bbcbc35f2b9d7 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Thu, 24 Jun 2021 12:17:03 +0200 Subject: [BUILD] Add CMake option to enable build of dnbd3-bench --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bb613df..4047d14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,7 @@ project(dnbd3 # define project options to define build configuration OPTION(DNBD3_KERNEL_MODULE "Build the dnbd3 Linux kernel module" ON) +OPTION(DNBD3_BENCHMARK "Enable build of dnbd3-bench" OFF) OPTION(DNBD3_CLIENT_FUSE "Enable build of dnbd3-fuse" ON) OPTION(DNBD3_SERVER "Enable build of dnbd3-server" ON) OPTION(DNBD3_SERVER_FUSE "Enable FUSE-Integration for dnbd3-server" OFF) -- cgit v1.2.3-55-g7522