mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-26 10:21:05 +01:00
cmake: support ARCH and BUILD_64 overriding
This commit is contained in:
parent
98ce87a572
commit
b9e74f6b6d
@ -26,8 +26,8 @@ if(DEBUG)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(BUILD_GUI_DEPS ON)
|
set(BUILD_GUI_DEPS ON)
|
||||||
set(ARCH "x86-64")
|
set(ARCH "x86-64" CACHE STRING "Target architecture")
|
||||||
set(BUILD_64 ON)
|
set(BUILD_64 ON CACHE BOOL "Build 64-bit binaries")
|
||||||
|
|
||||||
if(NOT MANUAL_SUBMODULES)
|
if(NOT MANUAL_SUBMODULES)
|
||||||
find_package(Git)
|
find_package(Git)
|
||||||
|
Loading…
Reference in New Issue
Block a user