Merge pull request #596 from libexpat/sync-autotools-cmake-templates

autotools: Sync expat.cmake to agree with CI
This commit is contained in:
Sebastian Pipping 2022-04-08 20:51:37 +02:00 committed by GitHub
commit 88faa785fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6)
message(FATAL_ERROR "CMake >= 2.6.0 required")
endif()
cmake_policy(PUSH)
cmake_policy(VERSION 2.6...3.20)
cmake_policy(VERSION 2.6...3.21)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------