mirror of
https://github.com/monero-project/monero.git
synced 2025-12-12 15:50:28 -08:00
CMakeLists: add cache option for MANUAL_SUBMODULES
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user