From 8c3038f9c8dc110128468344008d950e47334930 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 17 Nov 2024 08:25:06 +0900 Subject: [PATCH] Update CMake version to 3.5...3.30 This should retain compatibility with earlier version of CMake and suppress the deprecation warning for quite some time. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6542658..5f02318 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.5...3.30) # Policy configuration; this *MUST* be specified before project is defined if(POLICY CMP0091)