The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmake: Adjust XRT_OPENXR_INSTALL_ACTIVE_RUNTIME to default to OFF.

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
b9f05182 17d8e010

+3 -2
+3 -2
CMakeLists.txt
··· 27 27 "If XRT_OPENXR_INSTALL_ABSOLUTE_RUNTIME_PATH is off, use a relative path from the manifest to the runtime." 28 28 ON 29 29 ) 30 - if(NOT WIN32) 30 + if(NOT WIN32 AND NOT ANDROID) 31 31 option( 32 32 XRT_OPENXR_INSTALL_ACTIVE_RUNTIME 33 - "Make Monado the default OpenXR runtime on install" ON 33 + "Make Monado the system-wide default OpenXR runtime on install (requires superuser permissions)" 34 + OFF 34 35 ) 35 36 endif() 36 37