summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-11-27 01:54:39 +0100
committerGitHub <noreply@github.com>2022-11-27 01:54:39 +0100
commit0476f9cb841202ab233193e0e022006fd3069ae4 (patch)
tree85d9f0eef86c9ed0f44edef2ffd90af9daa259f9
parent441f98d02deafd9b090aea568282b28f66a50e36 (diff)
parent795f6f97595572b2da514b58decb0407cf7d2300 (diff)
downloadlibexpat-git-0476f9cb841202ab233193e0e022006fd3069ae4.tar.gz
Merge pull request #678 from libexpat/autotools-sync-cmake-files
Autotools: Get CMake templates back in sync with CMake of GitHub Actions image "ubuntu-20.04"
-rw-r--r--expat/Changes1
-rw-r--r--expat/cmake/autotools/expat.cmake2
2 files changed, 2 insertions, 1 deletions
diff --git a/expat/Changes b/expat/Changes
index 4032ef77..ce85faa1 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -5,6 +5,7 @@ NOTE: We are looking for help with a few things:
Release 2.5.1 xxx xxxxxxx xx xxxx
Other changes:
#673 examples: Add new example "element_declarations.c"
+ #678 Autotools: Sync CMake templates with CMake 3.23
Release 2.5.0 Tue October 25 2022
Security fixes:
diff --git a/expat/cmake/autotools/expat.cmake b/expat/cmake/autotools/expat.cmake
index 5eb47b98..7d737248 100644
--- a/expat/cmake/autotools/expat.cmake
+++ b/expat/cmake/autotools/expat.cmake
@@ -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.22)
+cmake_policy(VERSION 2.8.3...3.23)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------