diff options
author | Jason Wray <jason@mapbox.com> | 2018-05-24 19:02:38 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2018-05-24 19:11:28 -0400 |
commit | 7d050c4cdaf65dedad5ffc740c8819b5aa4e1d47 (patch) | |
tree | c2f225e1ebd6b43378300cb44fbaa7a6ef4c50f9 /cmake | |
parent | 2694c0df037265fd37c6b9dc709efd5fa3472b12 (diff) | |
download | qtlocation-mapboxgl-7d050c4cdaf65dedad5ffc740c8819b5aa4e1d47.tar.gz |
[ios, build] Remove obsolete UI tests, KIF and OHHTTPStubs submodulesupstream/fb-remove-dead-uitest-infra
Diffstat (limited to '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 88e24e3536..c833fc4a20 100644 --- a/cmake/mbgl.cmake +++ b/cmake/mbgl.cmake @@ -135,7 +135,7 @@ endfunction() if(MBGL_PLATFORM STREQUAL "ios") execute_process( - COMMAND git submodule update --init platform/ios/vendor/mapbox-events-ios platform/ios/uitest/KIF platform/ios/uitest/OHHTTPStubs + COMMAND git submodule update --init platform/ios/vendor/mapbox-events-ios WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}") endif() |