diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:38 +0100 |
commit | dbcec28f5a436b5a61c39dd01b68550cf7de08bb (patch) | |
tree | 998b51f97ac1853d4863a75a7a2857f592602cd1 | |
parent | 76ef77ff506b8d184cd76360aaec51c8ddac467b (diff) | |
download | libart-lgpl-dbcec28f5a436b5a61c39dd01b68550cf7de08bb.tar.gz libart-lgpl-dbcec28f5a436b5a61c39dd01b68550cf7de08bb.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d7303ee..f9d2b64 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 |