From e834a16a2df64131c8c2f35b89c889108c4d401b Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Tue, 17 Jan 2017 07:55:44 +0100 Subject: [PATCH] GIT_SILENT: increase version. There is some model fix (crash and co) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5865b990a..c4e51d9a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.1) if (POLICY CMP0063) cmake_policy(SET CMP0063 NEW) endif() -set(KF5_VERSION "5.28.0") +set(KF5_VERSION "5.30.0") find_package(ECM ${KF5_VERSION} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) include(ECMOptionalAddSubdirectory)