summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:15 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:45 +0100
commite4f1252a09c0212c866adfe91206e41423cb62a1 (patch)
tree2d42e78e8acedf200edd9b3dc4222eb20a779efb
parente1e03212aa7e43fcdd99c6de6bafa48f4a77d4d1 (diff)
downloadfilelight-e4f1252a09c0212c866adfe91206e41423cb62a1.tar.gz
filelight-e4f1252a09c0212c866adfe91206e41423cb62a1.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 7199012fedc6ddca400f3dda7afdb6905a20e5c5)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0c03985..8024f40 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 #####################