From f8e1b9bdb6738b64af6f6e263632c751876f4fca Mon Sep 17 00:00:00 2001
From: selsta <selsta@sent.at>
Date: Fri, 29 Oct 2021 23:39:05 +0200
Subject: [PATCH] cmake: don't hardcode x86-64 arch

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 93782659..af211a17 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)