From 17001ddef90d487fa0c84db7385e4548e830165b Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 4 Mar 2021 13:05:03 +0100 Subject: [PATCH] Raise minimum CMake version to 3.16 As discussed in https://mail.kde.org/pipermail/plasma-devel/2021-February/119329.html GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85b3658a..3b3cff21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.14 FATAL_ERROR) +cmake_minimum_required(VERSION 3.16) project(plasma-phone-components)