summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:32:57 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:26 +0100
commit7c9812ac60b630c7f7a80bac7c21b50de66c1858 (patch)
treef4e81293f3fa5e739fdf4e6a7e89258584eaaddb
parent07ad4dd50b48497da8ade3ecd695e321ea4840b8 (diff)
downloadktechlab-7c9812ac.tar.gz
ktechlab-7c9812ac.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 809988ab0586882ad76b84859cfccd15c58d5fa2)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5c89b8e..c18e6c5 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