summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:03 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:33 +0100
commitcae844a41bd93e13eacd7528e90a67878614f544 (patch)
tree77b7f0130a83d72081f28e920d7f13bc45a08192
parent8ab676802aa76619b51f7a8984df58ee78bbb3e6 (diff)
downloadkmplayer-cae844a41bd93e13eacd7528e90a67878614f544.tar.gz
kmplayer-cae844a41bd93e13eacd7528e90a67878614f544.zip
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7eba46cffaf0d383725b1b1f5258247acc47805b)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1012c5d..fb6638b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 2.8.12 )
+cmake_minimum_required( VERSION 3.1 )
#### general package setup