mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
Merge pull request #749 from libexpat/cmake-3-5-0-plus
CMake: Require CMake >=3.5.0
This commit is contained in:
commit
a642ba0920
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
# Unlike most of Expat,
|
||||
# this file is copyrighted under the BSD-license for buildsystem files of KDE.
|
||||
|
||||
cmake_minimum_required(VERSION 3.1.3)
|
||||
cmake_minimum_required(VERSION 3.5.0)
|
||||
|
||||
project(expat
|
||||
VERSION
|
||||
|
|
Loading…
Add table
Reference in a new issue