aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVollstrecker <werner@vollstreckernet.de>2025-01-22 19:01:14 +0100
committerMark Adler <madler@alumni.caltech.edu>2025-01-31 20:02:26 -0800
commit5a31e529bc974c0409bfd75f71fe1101a3e581f7 (patch)
tree744c47c682f4cb0b87e764b9dcd8e3bdd5d5a387 /test
parent6c2ab4ddc6e7f0bce7764a470f4917607d3fd107 (diff)
downloadzlib-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 'test')
-rw-r--r--test/add_subdirectory_exclude_test.cmake.in2
-rw-r--r--test/add_subdirectory_test.cmake.in2
-rw-r--r--test/find_package_test.cmake.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/add_subdirectory_exclude_test.cmake.in b/test/add_subdirectory_exclude_test.cmake.in
index c1e8cf4..7b0934e 100644
--- a/test/add_subdirectory_exclude_test.cmake.in
+++ b/test/add_subdirectory_exclude_test.cmake.in
@@ -1,4 +1,4 @@
1cmake_minimum_required(VERSION 3.10) 1cmake_minimum_required(VERSION 3.12 ... 3.31)
2 2
3project( 3project(
4 zlib_find_package_test 4 zlib_find_package_test
diff --git a/test/add_subdirectory_test.cmake.in b/test/add_subdirectory_test.cmake.in
index c7d20f8..0d3db21 100644
--- a/test/add_subdirectory_test.cmake.in
+++ b/test/add_subdirectory_test.cmake.in
@@ -1,4 +1,4 @@
1cmake_minimum_required(VERSION 3.10) 1cmake_minimum_required(VERSION 3.12 ... 3.31)
2 2
3project( 3project(
4 zlib_find_package_test 4 zlib_find_package_test
diff --git a/test/find_package_test.cmake.in b/test/find_package_test.cmake.in
index afacde5..fbe0078 100644
--- a/test/find_package_test.cmake.in
+++ b/test/find_package_test.cmake.in
@@ -1,4 +1,4 @@
1cmake_minimum_required(VERSION 3.10) 1cmake_minimum_required(VERSION 3.12 ... 3.31)
2 2
3project( 3project(
4 zlib_find_package_test 4 zlib_find_package_test