summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:20 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:52 +0100
commitd307af23d5884014cc94bb655187cc37ccef1cc6 (patch)
treed91a7331ef7917aeb5f05f2891e249f05bbb6e0d /CMakeL10n.txt
parent0dc8ee433bbbb0c886ecf06728a0d5943bc93630 (diff)
downloadtwin-style-suse2-r14.0.12.tar.gz
twin-style-suse2-r14.0.12.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit cf00e23a57a63647a26467fa3da90bc346b74f25)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index f6ba6df..19adbff 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -6,7 +6,7 @@
# #
#########################################
-cmake_minimum_required( VERSION 2.8.12 )
+cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules #########