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

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)