summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:05 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:35 +0100
commitb6ae76e33397a7a8d4c038d09fe6cc241b20e1d7 (patch)
tree8e0ab44760c0a55fa01df7003bab8c4e56820050
parent57212198898d2d87fad16c9d3ab1b052fb7705df (diff)
downloadkpilot-b6ae76e3.tar.gz
kpilot-b6ae76e3.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 c428f8853fd6393cacf47bf7496e69ce2d6fcd75)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 985f9db..c7b5a5c 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 ######################