From 22a534d7bbf4a8668a10d1b958bc51276a2e35fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 31 Dec 2021 10:50:50 +0100 Subject: [PATCH] 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 0fcaf742996af30d6d34f28d515e699f90f5fcb9) --- CMakeL10n.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 9730a56..16e3f52 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 #################