···378378if(NOT DEFINED XRT_FEATURE_OPENXR_LAYER_EQUIRECT1)
379379 set(XRT_FEATURE_OPENXR_LAYER_EQUIRECT1 OFF)
380380endif()
381381+# Defaults for OpenXR spaces
382382+if(NOT DEFINED XRT_FEATURE_OPENXR_SPACE_LOCAL_FLOOR)
383383+ set(XRT_FEATURE_OPENXR_SPACE_LOCAL_FLOOR ON)
384384+endif()
381385382386# You can set this from a superproject to add a driver
383387# All drivers must be listed in here to be included in the generated header!