summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-11-25 22:57:14 +0100
committerSebastian Pipping <sebastian@pipping.org>2022-11-25 22:57:14 +0100
commit18f9122216bf03e9ce76d77e286d87bcebec0379 (patch)
treee8ca4ed277f4c67610aab2beb5ffc575b772595c
parent441f98d02deafd9b090aea568282b28f66a50e36 (diff)
downloadlibexpat-git-18f9122216bf03e9ce76d77e286d87bcebec0379.tar.gz
Autotools: Get CMake templates back in sync with ubuntu-20.04
-rw-r--r--expat/cmake/autotools/expat.cmake2
1 files changed, 1 insertions, 1 deletions
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.
#----------------------------------------------------------------