summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-05-24 19:02:38 -0400
committerJason Wray <jason@mapbox.com>2018-05-24 19:11:28 -0400
commit7d050c4cdaf65dedad5ffc740c8819b5aa4e1d47 (patch)
treec2f225e1ebd6b43378300cb44fbaa7a6ef4c50f9 /cmake
parent2694c0df037265fd37c6b9dc709efd5fa3472b12 (diff)
downloadqtlocation-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.cmake2
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()