diff options
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() |