diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2019-01-21 13:10:05 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2019-01-21 17:00:31 +0100 |
commit | 98cc7c6c5f7c9e4d3e959c92520cadf8264ed19f (patch) | |
tree | 5849b3339b9d448ab6aab2ecdf49de986ce7c1ab /CMakeLists.txt | |
parent | 4ddce827394f4496c5fcdfca76a250b87dca4053 (diff) | |
download | qtlocation-mapboxgl-98cc7c6c5f7c9e4d3e959c92520cadf8264ed19f.tar.gz |
[build] upgrade minimum CMake version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a0b1fec60b..bf7cc6465e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.4) +cmake_minimum_required(VERSION 3.9) project(mbgl LANGUAGES CXX C) set(CMAKE_CONFIGURATION_TYPES Debug Release RelWithDebInfo Sanitize) |