From 38455ea76a424464d6714600cd9a33fa05130605 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 4 Mar 2021 12:54:10 +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 3672ecf2a..4acbf24d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(lattedock) -cmake_minimum_required(VERSION 3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.16 FATAL_ERROR) set(CMAKE_CXX_STANDARD 14) set(VERSION 0.10.75)