From 18f9122216bf03e9ce76d77e286d87bcebec0379 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 25 Nov 2022 22:57:14 +0100 Subject: [PATCH] Autotools: Get CMake templates back in sync with ubuntu-20.04 --- expat/cmake/autotools/expat.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #----------------------------------------------------------------