From ce3a3fbc7c2c399aeed644d54f3bd56ac914dfee Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sat, 7 Jan 2023 21:57:11 +0200 Subject: CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25. The changes listed on cmake-policies(7) for versions 3.17 to 3.25 shouldn't affect this project. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d7a9d86..21da948f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ # ############################################################################# -cmake_minimum_required(VERSION 3.13...3.16 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13...3.25 FATAL_ERROR) include(CMakePushCheckState) include(CheckIncludeFile) -- cgit v1.2.3