From a6bd1620ddc5fa1f5c68572f63fb10aca2c4f72e Mon Sep 17 00:00:00 2001 From: Zeb Burke-Conte Date: Tue, 11 Feb 2025 04:32:08 -0800 Subject: [PATCH] Use range in cmake_minimum (#125) Co-authored-by: Max Bachmann --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35aaf3cd..5aed8433 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Cmake config largely taken from catch2 -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.5..3.31) if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.24) cmake_policy(SET CMP0135 NEW)