CMakeLists: add cache option for MANUAL_SUBMODULES

This commit is contained in:
jeffro256 2025-03-28 13:14:06 -05:00
parent 977dedce2c
commit f728c963c1
No known key found for this signature in database
GPG key ID: 6F79797A6E392442

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)