mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 14:09:26 +00:00
Merge pull request #596 from libexpat/sync-autotools-cmake-templates
autotools: Sync expat.cmake to agree with CI
This commit is contained in:
commit
88faa785fd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
#----------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue