mirror of
https://github.com/monero-project/monero.git
synced 2025-07-28 13:04:16 -04:00
CMakeLists: add cache option for MANUAL_SUBMODULES
This commit is contained in:
parent
977dedce2c
commit
f728c963c1
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue