Merge pull request #879 from libexpat/autotools-sync-cmake-files

autotools: Sync CMake templates with CMake 3.28
This commit is contained in:
Sebastian Pipping 2024-07-13 02:01:40 +02:00 committed by GitHub
commit 0b6ab7cd20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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