Autotools: Get CMake templates back in sync with ubuntu-20.04

This commit is contained in:
Sebastian Pipping 2022-11-25 22:57:14 +01:00
parent 441f98d02d
commit 18f9122216

View file

@ -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.
#----------------------------------------------------------------