[Bf-blender-cvs] [6cceecb82f6] soc-2019-openxr: Mark WITH_OPENXR as advanced on macOS

Julian Eisel noreply at git.blender.org
Mon Mar 2 17:13:16 CET 2020


Commit: 6cceecb82f6c5cb09d8c21d32e306ebe95585397
Author: Julian Eisel
Date:   Mon Mar 2 11:00:01 2020 +0100
Branches: soc-2019-openxr
https://developer.blender.org/rB6cceecb82f6c5cb09d8c21d32e306ebe95585397

Mark WITH_OPENXR as advanced on macOS

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index be4756d01f4..da3372cc112 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -184,6 +184,7 @@ if(APPLE)
   # There's no OpenXR runtime in sight for macOS, neither is code well
   # tested there -> disable it by default.
   option(WITH_OPENXR        "Enable VR features through the OpenXR specification" OFF)
+  mark_as_advanced(WITH_GHOST_DEBUG)
 else()
   option(WITH_OPENXR        "Enable VR features through the OpenXR specification" ON)
 endif()



More information about the Bf-blender-cvs mailing list