From 7a0405bea9cb0df9318b70f779f82b2c473e98ac Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sat, 17 Feb 2024 15:35:35 +0200 Subject: [PATCH] CMake: Bump maximum policy version to 3.28. CMP0154 doesn't affect us since we don't use FILE_SET. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bee66b3..c82ed349 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ ############################################################################# # NOTE: Translation support is disabled with CMake older than 3.20. -cmake_minimum_required(VERSION 3.14...3.27 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14...3.28 FATAL_ERROR) include(CMakePushCheckState) include(CheckIncludeFile)