diff --git a/CMakeLists.txt b/CMakeLists.txt index 491b294..c25e2b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ option(USE_C2A "Use C2A" OFF) option(BUILD_64BIT "Build 64bit" OFF) # Mac user setting -option(APPLE_SILICON "Build with Apple Silicon" ON) +option(APPLE_SILICON "Build with Apple Silicon" OFF) # Force build with 64bit for APPLE if(APPLE) option(BUILD_64BIT "Build 64bit" ON)