From 97044dcc9f6e381cd761d6ea07017c676a0d99e7 Mon Sep 17 00:00:00 2001 From: Ben Hourahine Date: Thu, 25 Sep 2025 21:15:47 +0100 Subject: [PATCH] Increase cmake minimum version As FIND_PACKAGE_ARGS used, which requires a later version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bef7d6f..d3f33f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Basic project definition # ]=============================================================================] -cmake_minimum_required(VERSION 3.22...3.29) +cmake_minimum_required(VERSION 3.24...3.29) list(APPEND CMAKE_MESSAGE_CONTEXT DNAOAD)