Skip to content

Commit

Permalink
remove submodule update from cmake setup
Browse files Browse the repository at this point in the history
  • Loading branch information
x37v committed Aug 30, 2021
1 parent 663ac3e commit c841217
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ if (APPLE)
endif()
endif()

# Fetch the correct version of the min-api
message(STATUS "Updating Git Submodules")
execute_process(
COMMAND git submodule update --init --recursive
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
)


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

0 comments on commit c841217

Please sign in to comment.