From e0e53eb80f4bdb9348da1f1813761f1e31074a9a 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 (cherry picked from commit 80f72396ea391c6e3e6856b16b49433e07067865) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2bde39b..33fc3675 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(CheckSymbolExists) include(CheckStructHasMember)