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
commit aca10cfe30
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -360,6 +360,7 @@ else()
message(STATUS "Building without build tag") message(STATUS "Building without build tag")
endif() endif()
option(MANUAL_SUBMODULES "Skip submodule up-to-date checks" OFF)
if(NOT MANUAL_SUBMODULES) if(NOT MANUAL_SUBMODULES)
find_package(Git) find_package(Git)
if(GIT_FOUND) if(GIT_FOUND)