Bump minimal cmake version to 3.16

This commit is contained in:
Andrius Štikonas 2021-09-29 17:57:30 +01:00
parent 90b0aa2ed4
commit 4fbf432640
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,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")