mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Raise minimum CMake version to 3.16
As discussed in https://mail.kde.org/pipermail/plasma-devel/2021-February/119329.html GIT_SILENT
This commit is contained in:
parent
6bb1653746
commit
17001ddef9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required (VERSION 3.14 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
project(plasma-phone-components)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue