summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:19 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:51 +0100
commitbf494105ee36acd26d1c208660545b561b430de7 (patch)
tree868ad7c364fe96e6235c8567a8871ffbfc46792b
parent4eee23fd225d560bba86a56a2e488c667ba1d949 (diff)
downloadtdmtheme-bf494105.tar.gz
tdmtheme-bf494105.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 889a8142164661601bcf2db7832ecb21a117286e)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a525b71..f18984d 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 #################