Metal: Turn Metal backend build option ON by default

This enable building the metal backend by default on Apple hardware.
This is needed for further testing and the new backend selector D16774.

Ref T96261
This commit is contained in:
Clément Foucault 2022-12-21 16:03:20 +01:00
parent 3535670ff1
commit 51e2ce7df5
Notes: blender-bot 2023-02-14 07:17:43 +01:00
Referenced by issue #96261, Metal Viewport
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ mark_as_advanced(
# Metal
if(APPLE)
option(WITH_METAL_BACKEND "Use Metal for graphics instead of (or as well as) OpenGL on macOS." OFF)
option(WITH_METAL_BACKEND "Use Metal for graphics instead of (or as well as) OpenGL on macOS." ON)
mark_as_advanced(WITH_METAL_BACKEND)
else()
set(WITH_METAL_BACKEND OFF)