From c3b80306744d1ea19958eeea762ea22a3036116e Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sat, 1 Dec 2018 23:56:44 +0100 Subject: [PATCH] GIT_SILENT Upgrade CMake version requirement to 3.5. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af5786b..637c1bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(KImageFormats)