autotools: Sync CMake templates with CMake 3.26

This commit is contained in:
Sebastian Pipping 2023-12-15 04:15:39 +01:00
parent fb702e6c0e
commit 141cdab714

View file

@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3")
message(FATAL_ERROR "CMake >= 2.8.3 required")
endif()
cmake_policy(PUSH)
cmake_policy(VERSION 2.8.3...3.25)
cmake_policy(VERSION 2.8.3...3.26)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------