From 45685a90dd06297d0beb0011909fba96eb0a536a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 31 Dec 2021 10:50:57 +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 296e5dac3e291bfd168867cbf2affa945aee2a4d) --- CMakeL10n.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 7e37a39..03895bd 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