From 8065cd201340932fe953af9f2abdc8e55da9893a Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Fri, 29 Sep 2023 09:40:54 +0200 Subject: [PATCH] Revert "Build fat binaries by default on MacOS" This reverts commit e7baf6cca05717eb9e07384ce18f8d34c57e795a. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67b55c4..aade7ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,6 @@ else() cmake_minimum_required(VERSION 3.13) endif() -set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE INTERNAL "") - # The project was splitted in 2 repositories: # - `sfizz` for the library, which represents the main repository reference # - `sfizz-ui` for UIs (plugins with a future standalone UI in mind).