From e358bb0feb7691fd18654cd0fa08167ceaa51bdd Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 17 May 2021 13:21:23 +0200 Subject: [PATCH] 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 e5d889d..3e70b0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.16) project(KImageFormats)