mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
cmake: don't hardcode x86-64 arch
This commit is contained in:
parent
2f109d3333
commit
f8e1b9bdb6
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ if(DEBUG)
|
|||
endif()
|
||||
|
||||
set(BUILD_GUI_DEPS ON)
|
||||
set(ARCH "x86-64" CACHE STRING "Target architecture")
|
||||
set(BUILD_64 ON CACHE BOOL "Build 64-bit binaries")
|
||||
|
||||
if(NOT MANUAL_SUBMODULES)
|
||||
|
|
Loading…
Reference in a new issue