summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:52 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:52 +0100
commit76afef86c862d3bdc1c78a1e098424b8ac076afb (patch)
tree0763680db416dab990dc542a0f0508b895074d5a /CMakeL10n.txt
parent7363154c8bbaedc3bb91280c99cca8076542e89c (diff)
downloadktorrent-76afef86c862d3bdc1c78a1e098424b8ac076afb.tar.gz
ktorrent-76afef86c862d3bdc1c78a1e098424b8ac076afb.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 8cfc85f..f1ebe20 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 #################