From 7d050c4cdaf65dedad5ffc740c8819b5aa4e1d47 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Thu, 24 May 2018 19:02:38 -0400 Subject: [ios, build] Remove obsolete UI tests, KIF and OHHTTPStubs submodules --- cmake/mbgl.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/mbgl.cmake') 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() -- cgit v1.2.1