Merge pull request #3105

b9e74f6 cmake: support ARCH and BUILD_64 overriding (xiphon)
This commit is contained in:
luigi1111 2020-09-25 18:25:15 -05:00
commit 1ef96f9544
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -26,8 +26,8 @@ if(DEBUG)
endif()
set(BUILD_GUI_DEPS ON)
set(ARCH "x86-64")
set(BUILD_64 ON)
set(ARCH "x86-64" CACHE STRING "Target architecture")
set(BUILD_64 ON CACHE BOOL "Build 64-bit binaries")
if(NOT MANUAL_SUBMODULES)
find_package(Git)