We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663ac3e commit c841217Copy full SHA for c841217
CMakeLists.txt
@@ -25,13 +25,6 @@ if (APPLE)
25
endif()
26
27
28
-# Fetch the correct version of the min-api
29
-message(STATUS "Updating Git Submodules")
30
-execute_process(
31
- COMMAND git submodule update --init --recursive
32
- WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
33
-)
34
-
35
36
# Misc setup and subroutines
37
include(${CMAKE_CURRENT_SOURCE_DIR}/source/min-api/script/min-package.cmake)
0 commit comments