From e6a166e96a867c695b8f025dfc02dbbae210b71b Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Fri, 31 Dec 2021 10:50:55 +0100 Subject: Raise the minimum required version of CMake to 3.1 in CMakeL10n rules. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit ef4274e2f1a30f690d57366cd946a9da47fa06b3) --- CMakeL10n.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeL10n.txt') diff --git a/CMakeL10n.txt b/CMakeL10n.txt index a525b71..f18984d 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 3.1 ) ##### include our cmake modules ################# -- cgit v1.2.3