From a1acb4ec8157fdcd7b740b6ec113dd7ead3d1a85 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 7 Sep 2025 18:16:19 +0200 Subject: [PATCH] CMakeLists.txt: Bump cmake_minimum_required() to version 3.10. Support building with CMake 4. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ded7bc..9a609e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # See examples/middleware for example # -cmake_minimum_required(VERSION 3.0.0) +cmake_minimum_required(VERSION 3.10) project(quickflux VERSION 1.1.3) option(quickflux_INSTALL "Enable the installation of targets." ON)