diff options
author | Vollstrecker <werner@vollstreckernet.de> | 2025-01-22 19:01:14 +0100 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2025-01-31 20:02:26 -0800 |
commit | 5a31e529bc974c0409bfd75f71fe1101a3e581f7 (patch) | |
tree | 744c47c682f4cb0b87e764b9dcd8e3bdd5d5a387 /contrib | |
parent | 6c2ab4ddc6e7f0bce7764a470f4917607d3fd107 (diff) | |
download | zlib-5a31e529bc974c0409bfd75f71fe1101a3e581f7.tar.gz zlib-5a31e529bc974c0409bfd75f71fe1101a3e581f7.tar.bz2 zlib-5a31e529bc974c0409bfd75f71fe1101a3e581f7.zip |
CMake: Add the tested version of cmake (3.31).
Per @ClausKlein suggestion.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/minizip/CMakeLists.txt | 2 | ||||
-rw-r--r-- | contrib/minizip/test/add_subdirectory_exclude_test.cmake.in | 2 | ||||
-rw-r--r-- | contrib/minizip/test/add_subdirectory_test.cmake.in | 2 | ||||
-rw-r--r-- | contrib/minizip/test/find_package_test.cmake.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/minizip/CMakeLists.txt b/contrib/minizip/CMakeLists.txt index b0ed62c..de0fdf7 100644 --- a/contrib/minizip/CMakeLists.txt +++ b/contrib/minizip/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.12) | 1 | cmake_minimum_required(VERSION 3.12 ... 3.31) |
2 | 2 | ||
3 | project( | 3 | project( |
4 | minizip | 4 | minizip |
diff --git a/contrib/minizip/test/add_subdirectory_exclude_test.cmake.in b/contrib/minizip/test/add_subdirectory_exclude_test.cmake.in index 8ac16b5..c512afd 100644 --- a/contrib/minizip/test/add_subdirectory_exclude_test.cmake.in +++ b/contrib/minizip/test/add_subdirectory_exclude_test.cmake.in | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.12) | 1 | cmake_minimum_required(VERSION 3.12 ... 3.31) |
2 | 2 | ||
3 | project( | 3 | project( |
4 | minizip_add_subdirectory_exclude_from_all | 4 | minizip_add_subdirectory_exclude_from_all |
diff --git a/contrib/minizip/test/add_subdirectory_test.cmake.in b/contrib/minizip/test/add_subdirectory_test.cmake.in index 9d068fb..ffadd8a 100644 --- a/contrib/minizip/test/add_subdirectory_test.cmake.in +++ b/contrib/minizip/test/add_subdirectory_test.cmake.in | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.12) | 1 | cmake_minimum_required(VERSION 3.12 ... 3.31) |
2 | 2 | ||
3 | project( | 3 | project( |
4 | minizip_add_subdirectory_exclude_from_all | 4 | minizip_add_subdirectory_exclude_from_all |
diff --git a/contrib/minizip/test/find_package_test.cmake.in b/contrib/minizip/test/find_package_test.cmake.in index a2c5fb0..6803ed4 100644 --- a/contrib/minizip/test/find_package_test.cmake.in +++ b/contrib/minizip/test/find_package_test.cmake.in | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.12) | 1 | cmake_minimum_required(VERSION 3.12 ... 3.31) |
2 | 2 | ||
3 | project( | 3 | project( |
4 | minizip_find_package | 4 | minizip_find_package |