diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-07 21:57:11 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-11 21:34:26 +0200 |
commit | 35167d71f8bdc72e68296aa808f80d2113eb5bcd (patch) | |
tree | 9c7cade759147a50fcbd893a6067e3a712496687 | |
parent | Update THANKS. (diff) | |
download | xz-35167d71f8bdc72e68296aa808f80d2113eb5bcd.tar.xz |
CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25.
The changes listed on cmake-policies(7) for versions 3.17 to 3.25
shouldn't affect this project.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e802f118..82449090 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ # ############################################################################# -cmake_minimum_required(VERSION 3.13...3.16 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13...3.25 FATAL_ERROR) include(CheckSymbolExists) include(CheckStructHasMember) |