summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:23 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:54 +0100
commita43120053e713df123b256988e2b6f2abfe95996 (patch)
tree03f283c159d9f91182f8ad9daffc81f905eacc07
parentc53a6a57648f120fc12280b0bbead14509f8f7c6 (diff)
downloadqalculate-tde-a4312005.tar.gz
qalculate-tde-a4312005.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 ff6923c45a7595a7878f11fc5068b09f249a4125)
-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 #################