diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:05 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:46:05 +0100 |
commit | f1feef723f70c8baa45a11fe34c59f29cc2c3a13 (patch) | |
tree | 4b7ab7e316e34a6f2ebd430f0ed5e3a99d21b6bf | |
parent | 42183671a90b026ba54d269127bcd61ebb253786 (diff) | |
download | libart-lgpl-f1feef723f70c8baa45a11fe34c59f29cc2c3a13.tar.gz libart-lgpl-f1feef723f70c8baa45a11fe34c59f29cc2c3a13.zip |
Raise the minimum required version of CMake to 3.5.
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 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 |