diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-03 10:24:21 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-08 19:07:53 -0600 |
commit | 94a3c272ffd6676edbe59342d70bca49aaf676a5 (patch) | |
tree | 8f12832658f2bde2ed8beddd661c64610bbb184e /cmake/mbgl.cmake | |
parent | 360e5bf631229e2aec71780a515a42e32d4c28e6 (diff) | |
download | qtlocation-mapboxgl-94a3c272ffd6676edbe59342d70bca49aaf676a5.tar.gz |
[core] Update gl-js; fix $id filters with GeoJSON source
Diffstat (limited to 'cmake/mbgl.cmake')
-rw-r--r-- | cmake/mbgl.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/mbgl.cmake b/cmake/mbgl.cmake index 813e4ba071..41d820a077 100644 --- a/cmake/mbgl.cmake +++ b/cmake/mbgl.cmake @@ -71,7 +71,7 @@ add_custom_target( # Run npm install for both directories, and add custom commands, and a target that depends on them. _npm_install("${CMAKE_SOURCE_DIR}" mapbox-gl-native update-submodules) -_npm_install("${CMAKE_SOURCE_DIR}/mapbox-gl-js" mapbox-gl-js "${CMAKE_SOURCE_DIR}/node_modules/.mapbox-gl-native.stamp") +_npm_install("${CMAKE_SOURCE_DIR}/mapbox-gl-js/test/integration" mapbox-gl-js "${CMAKE_SOURCE_DIR}/node_modules/.mapbox-gl-native.stamp") add_custom_target( npm-install ALL DEPENDS "${CMAKE_SOURCE_DIR}/node_modules/.mapbox-gl-js.stamp" |