Merge pull request #9876

f728c963c CMakeLists: add cache option for MANUAL_SUBMODULES (jeffro256)
This commit is contained in:
tobtoht
2025-04-23 16:10:10 +00:00
+1
View File
@@ -360,6 +360,7 @@ else()
message(STATUS "Building without build tag")
endif()
option(MANUAL_SUBMODULES "Skip submodule up-to-date checks" OFF)
if(NOT MANUAL_SUBMODULES)
find_package(Git)
if(GIT_FOUND)