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:36:35 +0100
commitfc7eaae6aa2522af65774ae072923d5eebdc7fdc (patch)
treeb637d93a0f42cb36fc5f9534e690a302c1f0e386
parent7e84417bd87d169a30d508ff07be4530f1c6eb47 (diff)
downloadknowit-fc7eaae6.tar.gz
knowit-fc7eaae6.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 281b3d38367bd12f4e7b431f26c13ee3f0284e36)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c25f2df..c510ea6 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