mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-04 21:04:57 +00:00
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).
This commit is contained in:
parent
c659edbd2b
commit
6fe87b6116
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue