summaryrefslogtreecommitdiffstats
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 11:52:37 +0100
commitbd728c1c599379c07f19e1136083035b468c30bc (patch)
tree551b97623b4d8528b5f99d9c03b476a2ad406eb8
parentcbbb8e6261241983c42f23c0018524ae962be9bc (diff)
downloadktorrent-bd728c1c599379c07f19e1136083035b468c30bc.tar.gz
ktorrent-bd728c1c599379c07f19e1136083035b468c30bc.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 76afef86c862d3bdc1c78a1e098424b8ac076afb)
-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 #################