CMake: Bump maximum policy version to 3.29

This commit is contained in:
Lasse Collin 2024-04-26 18:25:18 +03:00
parent a607e2b40d
commit 0478473953
1 changed files with 1 additions and 1 deletions

View File

@ -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)