summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:35 +0100
commit0dac4a06038c3a041f6c662b5bad0631a8630c8c (patch)
tree5d85e06c5427dbd05144d1554c4d49fb4a58a2cf
parent7c093c0d6094105d3b3bdf8e5668ded4d42ee5bb (diff)
downloadtdepacman-0dac4a06.tar.gz
tdepacman-0dac4a06.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 ca9b2770297bc1da8090046b05ce9b7883b44eff)
-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 #################