Skip to content

Commit c841217

Browse files
committed
remove submodule update from cmake setup
1 parent 663ac3e commit c841217

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ if (APPLE)
2525
endif()
2626
endif()
2727

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-
3528

3629
# Misc setup and subroutines
3730
include(${CMAKE_CURRENT_SOURCE_DIR}/source/min-api/script/min-package.cmake)

0 commit comments

Comments
 (0)