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
commitffcb8e3af7f923f030e036e963a2b6ef1bac060c (patch)
tree1b71a1ae499491c8ce638fb9ece55b34bfa39011
parent152f1a50c99fb218a49e557ead9b21d4e61ea9be (diff)
downloadtellico-ffcb8e3a.tar.gz
tellico-ffcb8e3a.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 4cca346710b555bc55bd0d2015e9dc6ac4936c78)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a95d9af..1996683 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 #####################