From 5a31e529bc974c0409bfd75f71fe1101a3e581f7 Mon Sep 17 00:00:00 2001 From: Vollstrecker Date: Wed, 22 Jan 2025 19:01:14 +0100 Subject: CMake: Add the tested version of cmake (3.31). Per @ClausKlein suggestion. --- test/add_subdirectory_exclude_test.cmake.in | 2 +- test/add_subdirectory_test.cmake.in | 2 +- test/find_package_test.cmake.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') 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 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.12 ... 3.31) project( 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 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.12 ... 3.31) project( 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 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.12 ... 3.31) project( zlib_find_package_test -- cgit v1.2.3-55-g6feb