summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:14 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:48 +0100
commit0244f7df3229f59af874acf5abbfe7fb968cd8b3 (patch)
tree26a916537f2da73a05b2ddd859f898ab8b53bccb
parent64f0fb9d35d5fd008e3dd7612f128bfc34c58b7d (diff)
downloadtastymenu-0244f7df.tar.gz
tastymenu-0244f7df.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b653151a2e92b5ab1917cf326355327267360004)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
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 #################