]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
CMakeLists.txt: Move WITH_CRIMON before setting WITH_LIBURING
authorMatan Breizman <mbreizma@redhat.com>
Mon, 2 Feb 2026 14:41:25 +0000 (16:41 +0200)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 12 Feb 2026 10:26:16 +0000 (10:26 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
CMakeLists.txt

index 402b1d8cbb49b2df4cdaee4dd4c1dcad1a7ebd67..fe9537d0f314615e0b7154eddde72c3fae1482ce 100644 (file)
@@ -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)