From 0478473953f50716a2bc37b619b1c7dc2682b1ad Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 26 Apr 2024 18:25:18 +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 7df02024..568d9f5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,7 +95,7 @@ ############################################################################# # NOTE: Translation support is disabled with CMake older than 3.20. -cmake_minimum_required(VERSION 3.14...3.28 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14...3.29 FATAL_ERROR) include(CMakePushCheckState) include(CheckIncludeFile)