Skip to content

Commit

Permalink
Remove noop MUSE_COMPILE_MACOS_APPLE_SILICON CMake option
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjeukendrup committed Jul 18, 2024
1 parent 5952ea2 commit 8d6aa8e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/framework/cmake/MuseDeclareOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ declare_muse_module_opt(WORKSPACE ON)
# === Enviropment ===
option(MUSE_COMPILE_BUILD_64 "Build 64 bit version" ON)
option(MUSE_COMPILE_ASAN "Enable Address Sanitizer" OFF)
option(MUSE_COMPILE_MACOS_APPLE_SILICON "Build for Apple Silicon architecture. Only applicable on Macs with Apple Silicon, and requires suitable Qt version." OFF)
option(MUSE_COMPILE_USE_PCH "Use precompiled headers." ON)
option(MUSE_COMPILE_STRING_DEBUG_HACK "Enable string debug hack (only clang)" ON)

Expand All @@ -65,6 +64,3 @@ option(MUSE_ENABLE_UNIT_TESTS "Build framework unit tests" ON)

# === Tools ===
option(MUSE_ENABLE_CUSTOM_ALLOCATOR "Enable custom allocator" OFF)



0 comments on commit 8d6aa8e

Please sign in to comment.