From 6408edac5529d6ec0abf52794074f229c8362303 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 11 Jul 2024 22:17:56 +0300 Subject: [PATCH] CMake: Bump maximum policy version to 3.30 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3a77d54..5b7e0318 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ # ############################################################################# -cmake_minimum_required(VERSION 3.20...3.29 FATAL_ERROR) +cmake_minimum_required(VERSION 3.20...3.30 FATAL_ERROR) include(CMakePushCheckState) include(CheckIncludeFile)