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-11 10:35:45 -0800 |
commit | 169b0d68f7d36ca5a985ec48b03f502c4ec43277 (patch) | |
tree | 0d93275698367811136cd5162978b8d2aa992902 | |
parent | 9e96aa192321b778f6e4f83ff73d363e0259c248 (diff) | |
download | qtlocation-mapboxgl-upstream/release-agua__vector-tile-1.0.1.tar.gz |
[core] update vector-tile dependency to 1.0.1upstream/release-agua__vector-tile-1.0.1
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f88252754..4badb29f36 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,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) |