From 80f72396ea391c6e3e6856b16b49433e07067865 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 7 May 2024 19:30:19 +0300 Subject: [PATCH] CMake: Bump maximum policy version to 3.29 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b47f77b..ed52ff8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ # ############################################################################# -cmake_minimum_required(VERSION 3.13...3.27 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13...3.29 FATAL_ERROR) include(CMakePushCheckState) include(CheckIncludeFile)