From cddb6c16b3454c5a5be65855449c427af89d058c Mon Sep 17 00:00:00 2001 From: sjanzou Date: Fri, 7 Jan 2022 04:16:25 -0700 Subject: [PATCH] Update per pull request 27 review --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e488fd..0c10a8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,6 @@ else (MSVC) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") set(CMAKE_POSITION_INDEPENDENT_CODE ON) if (APPLE) -# add_compile_options( -arch x86_64 -arch arm64 -fno-common) add_compile_options( -fno-common) add_definitions(-DWX_PRECOMP) endif ()