diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-01-10 13:35:19 -0800 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-01-10 22:17:44 -0800 |
commit | aba733dc72b9db148cc92dd15ee44aa7300bea9c (patch) | |
tree | 22d1c608cf9d1357123c0a1b8697308c87ad23d5 /CMakeLists.txt | |
parent | 542713fefe0b66aa312aff07950772e74b89b0f6 (diff) | |
download | qtlocation-mapboxgl-aba733dc72b9db148cc92dd15ee44aa7300bea9c.tar.gz |
[core] update vector-tile dependency to 1.0.1
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 3f787b6dfb..181c91df0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ mason_use(polylabel VERSION 1.0.3 HEADER_ONLY) mason_use(wagyu VERSION 0.4.3 HEADER_ONLY) mason_use(shelf-pack VERSION 2.1.1 HEADER_ONLY) mason_use(cheap-ruler VERSION 2.5.3 HEADER_ONLY) -mason_use(vector-tile VERSION 1.0.0-rc7 HEADER_ONLY) +mason_use(vector-tile VERSION 1.0.1 HEADER_ONLY) add_definitions(-DRAPIDJSON_HAS_STDSTRING=1) |