Bump minimal cmake version to 3.16

This commit is contained in:
Andrius Štikonas 2021-09-29 17:56:45 +01:00
parent 2734c58069
commit 6f2be13f68
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
# KDE Application Version, managed by release script
set (RELEASE_SERVICE_VERSION_MAJOR "21")