summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:27:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:27:45 +0100
commit281b3d38367bd12f4e7b431f26c13ee3f0284e36 (patch)
treef288dce3424c095e222382b66f99367ac2388d1d
parent7a37b6dbed31332ad5f8211202efe6d3a4fee67f (diff)
downloadknowit-281b3d38367bd12f4e7b431f26c13ee3f0284e36.tar.gz
knowit-281b3d38367bd12f4e7b431f26c13ee3f0284e36.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bed0326..f4877b4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 2.8.12 )
#### general package setup