diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-17 15:35:35 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-19 12:21:37 +0200 |
commit | 7a0405bea9cb0df9318b70f779f82b2c473e98ac (patch) | |
tree | c03e52b4246ef193fd3352b98d424942c6c66ac4 | |
parent | CMake: Build lzmainfo. (diff) | |
download | xz-7a0405bea9cb0df9318b70f779f82b2c473e98ac.tar.xz |
CMake: Bump maximum policy version to 3.28.
CMP0154 doesn't affect us since we don't use FILE_SET.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |