Skip to content
Snippets Groups Projects
Commit 6ae15ca5 authored by Jakob Bornecrantz's avatar Jakob Bornecrantz
Browse files

build: Enable cylinder layer in CMake build

parent a4693f31
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ cmake_dependent_option(XRT_INSTALL_SYSTEMD_UNIT_FILES "Install user unit files f ...@@ -97,7 +97,7 @@ cmake_dependent_option(XRT_INSTALL_SYSTEMD_UNIT_FILES "Install user unit files f
cmake_dependent_option(XRT_INSTALL_ABSOLUTE_SYSTEMD_UNIT_FILES "Use an absolute path to monado-system in installed user unit files for systemd socket activation" ON "XRT_INSTALL_SYSTEMD_UNIT_FILES" OFF) cmake_dependent_option(XRT_INSTALL_ABSOLUTE_SYSTEMD_UNIT_FILES "Use an absolute path to monado-system in installed user unit files for systemd socket activation" ON "XRT_INSTALL_SYSTEMD_UNIT_FILES" OFF)
set(XRT_FEATURE_OPENXR_LAYER_DEPTH OFF) set(XRT_FEATURE_OPENXR_LAYER_DEPTH OFF)
set(XRT_FEATURE_OPENXR_LAYER_CUBE OFF) set(XRT_FEATURE_OPENXR_LAYER_CUBE OFF)
set(XRT_FEATURE_OPENXR_LAYER_CYLINDER OFF) set(XRT_FEATURE_OPENXR_LAYER_CYLINDER ON)
set(XRT_FEATURE_OPENXR_LAYER_EQUIRECT OFF) set(XRT_FEATURE_OPENXR_LAYER_EQUIRECT OFF)
# Most users won't touch these. # Most users won't touch these.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment