cmake: Adjust XRT_OPENXR_INSTALL_ACTIVE_RUNTIME to default to OFF.

This commit is contained in:
Ryan Pavlik 2023-05-26 19:39:57 +00:00 committed by Jakob Bornecrantz
parent 17d8e010c8
commit b9f05182d0

View file

@ -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()