summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:18 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:50 +0100
commitcc26904accaa9b5e89c9219ee0681a599f33953d (patch)
treefeedf48bd6b2ec77c1c745008c3978f14a83fa85
parent74fcfc654320cdf2bd23f12e06d21998ec76cd0a (diff)
downloadtde-style-baghira-cc26904a.tar.gz
tde-style-baghira-cc26904a.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 5e4a21e8a4f3f092689d32b3cee53ad511ce8eb5)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index eb049a6..abb0c6f 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 #################