summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-09 02:53:00 +0100
commit9ed93309132aad7cd545f45042f044c16d95ffd2 (patch)
treed3eb8fb622c46c2d19e8e62242710390706ea4d0
parent46b71ba7e138b172f935814f2a22e9cb650291f1 (diff)
downloadkplayer-9ed93309132aad7cd545f45042f044c16d95ffd2.tar.gz
kplayer-9ed93309132aad7cd545f45042f044c16d95ffd2.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 c9f0f2be43337bf920f5bbff376c3a697a7293c0)
-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 97a6b01..8c86707 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