--- a/src/crc32c/CMakeLists.txt	2025-07-26 08:15:30.644370328 +0200
+++ b/src/crc32c/CMakeLists.txt	2025-07-26 08:16:22.315785746 +0200
@@ -2,7 +2,7 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file. See the AUTHORS file for names of contributors.
 
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.10)
 project(Crc32c VERSION 1.1.0 LANGUAGES C CXX)
 
 # C standard can be overridden when this is used as a sub-project.
--- a/src/leveldb/CMakeLists.txt	2026-01-28 07:47:20.809357124 +0100
+++ b/src/leveldb/CMakeLists.txt	2026-01-28 07:47:24.784250282 +0100
@@ -2,7 +2,7 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file. See the AUTHORS file for names of contributors.
 
-cmake_minimum_required(VERSION 3.9)
+cmake_minimum_required(VERSION 3.10)
 # Keep the version below in sync with the one in db.h
 project(leveldb VERSION 1.22.0 LANGUAGES C CXX)
 
