From 421ab9ec8a9db22379ed503a0684060a6fa75cc1 Mon Sep 17 00:00:00 2001 From: Ian Henriksen Date: Mon, 6 Oct 2025 14:39:06 -0600 Subject: [PATCH] Bump cmake max version used for setting cmake policies. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 016f3d73f..4085a6e09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12...3.31) +cmake_minimum_required(VERSION 3.12...4.1) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")