summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-09 02:53:30 +0100
commit52f017aaa73b499ee8a852092ea0c27bf8a8e3bb (patch)
tree1a6c5afdf87a2b6b56b7e923bfe1217ed8968bd6
parent60f3a44f7504fe89c72dae38e6f8978d505b9d03 (diff)
downloadmplayerthumbs-52f017aa.tar.gz
mplayerthumbs-52f017aa.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 f6013a4a80d2356c46f64d2ab4b15badff61869a)
-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 1ee3718..6a846b6 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