summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:27:38 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:36:53 +0100
commit976f2a92bcea13106d2e2c81dcf3e41c0583c7b2 (patch)
treebbd85f192ca1ea929a8e01fff0ba25727809e9cd
parent134e4376774a2e76d8da5034792ea20e4b8772b9 (diff)
downloadlibart-lgpl-976f2a92.tar.gz
libart-lgpl-976f2a92.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit dbcec28f5a436b5a61c39dd01b68550cf7de08bb)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0c4c74d..45b21b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 2.8.12 )
#### general package setup