mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 01:48:31 +00:00
cmake: Adjust XRT_OPENXR_INSTALL_ACTIVE_RUNTIME to default to OFF.
This commit is contained in:
parent
17d8e010c8
commit
b9f05182d0
|
@ -27,10 +27,11 @@ option(
|
|||
"If XRT_OPENXR_INSTALL_ABSOLUTE_RUNTIME_PATH is off, use a relative path from the manifest to the runtime."
|
||||
ON
|
||||
)
|
||||
if(NOT WIN32)
|
||||
if(NOT WIN32 AND NOT ANDROID)
|
||||
option(
|
||||
XRT_OPENXR_INSTALL_ACTIVE_RUNTIME
|
||||
"Make Monado the default OpenXR runtime on install" ON
|
||||
"Make Monado the system-wide default OpenXR runtime on install (requires superuser permissions)"
|
||||
OFF
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue