summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:41 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-08 15:32:50 +0100
commitf5f62f5b494157721fc2bcb2f7b7fdf963706770 (patch)
tree2fff15f2aa3299bbb627593b1b238210fb3e18ac
parent9d95e6d3a78e9813f90dd273ab66fd6833d28689 (diff)
downloadktorrent-f5f62f5b.tar.gz
ktorrent-f5f62f5b.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b17796be1ff33bf04caa94618e27c6fff2a3a7a8)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 23220c6..945cc00 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
##### include our cmake modules #################