From 1846e23748960083cbddc12ae135fd3fb7bcc694 Mon Sep 17 00:00:00 2001 From: Satoshi Ikari Date: Sat, 20 Jul 2024 10:35:02 +0900 Subject: [PATCH] Revert CMake option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 63925acf7..a4426f1e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ option(BUILD_64BIT "Build 64bit" OFF) option(GOOGLE_TEST "Execute GoogleTest" 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)