From 99356a188003819d8d52473f7a1376369f80f72c Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sun, 16 May 2021 11:54:58 +0200 Subject: Bump required CMake version to 3.16 KF6 task: https://phabricator.kde.org/T14467 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15b919f0..c80089d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ # SPDX-License-Identifier: BSD-3-Clause #============================================================================= -cmake_minimum_required(VERSION 3.5 FATAL_ERROR) +cmake_minimum_required(VERSION 3.16 FATAL_ERROR) # # Preliminary setup -- cgit v1.2.1