diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2019-07-26 09:42:38 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2019-07-26 17:43:18 +0300 |
commit | b5980bda75b6f671718952054845c71f7c6a3356 (patch) | |
tree | 2b45b7f45dafae7d58c45e383ddb6f93e3c753a3 /appveyor.yml | |
parent | f5293801b9a2bb2891be74fd81c9fc3dbe8d5372 (diff) | |
download | qtlocation-mapboxgl-b5980bda75b6f671718952054845c71f7c6a3356.tar.gz |
[build] Replace geometry.hpp/variant with mapbox-base
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 53970e1ac5..0e1bd01124 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,6 +62,7 @@ install: - git config --system core.longpaths true - git submodule sync - git submodule update --init + - git submodule foreach git submodule update --init - ps: | if (!(Test-Path cmake-3.10.1-win64-x64.zip)) { appveyor DownloadFile https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.zip |