From 816dc5aaf73d87ee4698d35be55a3076561cbfd3 Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Sun, 5 Jan 2025 10:40:23 +0100 Subject: [PATCH] cmake: update min requirement and use range --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c09c9aad9..e55f145d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ # Versioning # -cmake_minimum_required(VERSION 3.14) +cmake_minimum_required(VERSION 3.15...3.31) project(re VERSION 3.18.0