mirror of
https://github.com/monero-project/monero.git
synced 2025-12-09 16:41:27 +09:00
Merge pull request #9876
f728c963c CMakeLists: add cache option for MANUAL_SUBMODULES (jeffro256)
This commit is contained in:
commit
aca10cfe30
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user