cmake: don't hardcode x86-64 arch

This commit is contained in:
selsta 2021-10-29 23:39:05 +02:00
parent 2f109d3333
commit f8e1b9bdb6
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -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)