forked from Public/monero-gui
cmake: support manual submodules
This commit is contained in:
@@ -29,6 +29,7 @@ set(BUILD_GUI_DEPS ON)
|
|||||||
set(ARCH "x86-64")
|
set(ARCH "x86-64")
|
||||||
set(BUILD_64 ON)
|
set(BUILD_64 ON)
|
||||||
|
|
||||||
|
if(NOT MANUAL_SUBMODULES)
|
||||||
find_package(Git)
|
find_package(Git)
|
||||||
if(GIT_FOUND)
|
if(GIT_FOUND)
|
||||||
if(NOT DEV_MODE)
|
if(NOT DEV_MODE)
|
||||||
@@ -53,6 +54,7 @@ if(GIT_FOUND)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
add_subdirectory(monero)
|
add_subdirectory(monero)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user