From 4fbf4326404472c2bea41f152f15f79cb87cc091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 29 Sep 2021 17:57:30 +0100 Subject: [PATCH] Bump minimal cmake version to 3.16 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 420554f..499e1b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")