summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:46:05 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:46:05 +0100
commitf1feef723f70c8baa45a11fe34c59f29cc2c3a13 (patch)
tree4b7ab7e316e34a6f2ebd430f0ed5e3a99d21b6bf
parent42183671a90b026ba54d269127bcd61ebb253786 (diff)
downloadlibart-lgpl-f1feef723f70c8baa45a11fe34c59f29cc2c3a13.tar.gz
libart-lgpl-f1feef723f70c8baa45a11fe34c59f29cc2c3a13.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 08679ef..4ef79b5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
#### general package setup