From bf06a8a2da83cb3686c9c14378c5326b79e8e183 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Wed, 3 Mar 2021 20:24:59 +0100 Subject: [PATCH] Raise required CMake version to 3.16 This was discussed in https://mail.kde.org/pipermail/plasma-devel/2021-February/119329.html and https://mail.kde.org/pipermail/distributions/2021-February/000943.html and nobody objected. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e90b7754..8ec95c3bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.14) +cmake_minimum_required(VERSION 3.16) project(plasma-workspace) set(PROJECT_VERSION "5.21.80")