summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:08 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:38 +0100
commit1dc72b09434cc07099b68f2d68f0cc2bf8cb36f1 (patch)
tree797fa94c752c4cf4fdc89651263bbee1ccb68227
parent16e58dd883586fd7ec97da6facfcca1b676d5628 (diff)
downloadkbfx-1dc72b09.tar.gz
kbfx-1dc72b09.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 c9db03dcd9b0756b680a9c01b2a7f099af69d150)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bb02308..0faabd7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8.12 )
+cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################