From 6fe87b6116c542515b5ea6c1381d10278ba10368 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 23 Feb 2025 16:36:36 +0100 Subject: [PATCH] Drop support for CMake <3.13 Because libprotobuf-mutator with tests enabled already needs CMake >=3.13 in practice (https://github.com/google/libprotobuf-mutator/pull/276). PS: Near-end-of-life Ubuntu "focal" 20.04 LTS has CMake 3.16.3 (https://packages.ubuntu.com/focal/cmake) and Debian "bullseye" old(!)stable has CMake 3.18.4 (https://packages.debian.org/bullseye/cmake). --- expat/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index 4cf3e349..70f68591 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -35,7 +35,7 @@ # Unlike most of Expat, # this file is copyrighted under the BSD-license for buildsystem files of KDE. -cmake_minimum_required(VERSION 3.10.0) +cmake_minimum_required(VERSION 3.13.0) project(expat VERSION