[Bf-blender-cvs] [da10812f250] vr_scene_inspection: Enable WITH_XR_OPENXR by default

Julian Eisel noreply at git.blender.org
Thu Mar 5 13:03:37 CET 2020


Commit: da10812f25031032b6bbedbf61710a2a66a24f34
Author: Julian Eisel
Date:   Thu Mar 5 13:03:25 2020 +0100
Branches: vr_scene_inspection
https://developer.blender.org/rBda10812f25031032b6bbedbf61710a2a66a24f34

Enable WITH_XR_OPENXR by default

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b78b0e7d647..9f4d0c20886 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -186,8 +186,7 @@ if(APPLE)
   option(WITH_XR_OPENXR   "Enable VR features through the OpenXR specification" OFF)
   mark_as_advanced(WITH_XR_OPENXR)
 else()
-  # Disabled until there's more than just the build system stuff. Should be enabled soon.
-  option(WITH_XR_OPENXR   "Enable VR features through the OpenXR specification" OFF)
+  option(WITH_XR_OPENXR   "Enable VR features through the OpenXR specification" ON)
 endif()
 
 # Compositor



More information about the Bf-blender-cvs mailing list