mirror of
https://github.com/monero-project/monero.git
synced 2025-12-09 08:31:28 +09:00
CMakeLists: add cache option for MANUAL_SUBMODULES
This commit is contained in:
parent
977dedce2c
commit
f728c963c1
@ -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