From: Matan Breizman Date: Mon, 2 Feb 2026 14:41:25 +0000 (+0200) Subject: CMakeLists.txt: Move WITH_CRIMON before setting WITH_LIBURING X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7240a99fe12a0494c6757441f0ff9ece5c1ff0bd;p=ceph.git CMakeLists.txt: Move WITH_CRIMON before setting WITH_LIBURING Signed-off-by: Matan Breizman --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 402b1d8cbb4..fe9537d0f31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -254,6 +254,8 @@ if(WITH_BLUESTORE) endif() endif() +option(WITH_CRIMSON "Build Crimson components" OFF) + # libcryptsetup is only available on linux if(WITH_RBD AND LINUX) find_package(libcryptsetup 2.0.5 REQUIRED) @@ -738,8 +740,6 @@ if (WITH_SYSTEM_ROCKSDB) find_package(RocksDB 5.14 REQUIRED) endif() -option(WITH_CRIMSON "Build Crimson components" OFF) - # Boost option(WITH_SYSTEM_BOOST "require and build with system Boost" OFF)