summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:27:40 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:36:51 +0100
commit59076ffc720424793da0ad4576d4420d24b76a1c (patch)
treef0733681081c0678ab3529201f842f1a6fd3d47c
parentd720ff5d944c68d0efdef94f12f3e46d861b163e (diff)
downloadtdesdk-59076ffc.tar.gz
tdesdk-59076ffc.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ab539a640f84394cffeb89c1f0061b4ccb47ae5c)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 30d06350..1d978d2e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 2.8.12 )
##### general package setup #####################