From 725c2cc5f0d71198b50382af52e3595afc8428a4 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sun, 16 May 2021 13:50:34 +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(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bb765a4..2d29e181 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.16) set(KF_VERSION "5.83.0") # handled by release scripts project(KConfig VERSION ${KF_VERSION}) -- cgit v1.2.1