summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:04 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:34 +0100
commit7826cb1a25e31982ee682c3f84fab2af382f8e83 (patch)
treedadd5d1ac3e5ce96367e6d623414af539f04113c
parent0e3377a799ce4660492eddb2eeab953fe4d411a6 (diff)
downloadkeximdb-7826cb1a.tar.gz
keximdb-7826cb1a.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 5e09e352897964b7691ee2f4c4e902d202200467)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13e8646..39974e4 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