From 878353462173b79559dd17828b85307eed625e42 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 12 Aug 2019 20:38:33 +0200 Subject: [PATCH] CMake: Require CMake >=3.0.2 --- expat/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index 1fba8ced..8baabddf 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -1,7 +1,7 @@ # This file is copyrighted under the BSD-license for buildsystem files of KDE # copyright 2010, Patrick Spendrin -cmake_minimum_required(VERSION 2.8.10) +cmake_minimum_required(VERSION 3.0.2) project(expat) -- 2.40.0