From bfe4b25b8019ceb962698df0078402a33c215410 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 5 Apr 2021 15:35:31 +0200 Subject: [PATCH] cmake/autotools/expat.cmake: Get back in sync with CI --- 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 7861d418..cb7444c9 100644 --- a/expat/cmake/autotools/expat.cmake +++ b/expat/cmake/autotools/expat.cmake @@ -4,7 +4,7 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) message(FATAL_ERROR "CMake >= 2.6.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.6...3.17) +cmake_policy(VERSION 2.6...3.18) #---------------------------------------------------------------- # Generated CMake target import file. #----------------------------------------------------------------