summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-11 11:39:47 +0100
commit20caed225bead88f7f9acd4db1021e359bfba3fc (patch)
tree79951c4caf6a519fa7b72202cdddf670a2087543
parentde84323ba92d6bf26231ead9c96ee04acceaf44c (diff)
downloadtdeio-ftps-20caed22.tar.gz
tdeio-ftps-20caed22.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 640a68975bb82b5efaf5a9c045b108412b5f9087)
-rw-r--r--CMakeL10n.txt2
-rw-r--r--CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a91bd2a..e0b1b56 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 #################
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eb3fbe3..bb6cd51 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
#### general package setup