diff options
author | Dane Springmeyer <dane@mapbox.com> | 2016-08-25 11:05:03 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-08-25 11:05:03 -0700 |
commit | bb34b5302c1571c530818dd8b4e98f7e49178744 (patch) | |
tree | 3619ac5d197ab0c9c76c024fb8a26a5351a86770 /CMakeLists.txt | |
parent | 01b0b0bf0b5454e8c6e5e41721e1717d886a7a92 (diff) | |
download | qtlocation-mapboxgl-bb34b5302c1571c530818dd8b4e98f7e49178744.tar.gz |
upgrade to protozer 1.4.0 (#6158)
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 34217e4b57..f8c882b7ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ mason_use(geojsonvt VERSION 6.1.3 HEADER_ONLY) mason_use(supercluster VERSION 0.2.0 HEADER_ONLY) mason_use(kdbush VERSION 0.1.1 HEADER_ONLY) mason_use(earcut VERSION 0.11 HEADER_ONLY) -mason_use(protozero VERSION 1.3.0 HEADER_ONLY) +mason_use(protozero VERSION 1.4.0 HEADER_ONLY) mason_use(pixelmatch VERSION 0.9.0 HEADER_ONLY) mason_use(geojson VERSION 0.1.4${MASON_CXXABI_SUFFIX}) |