···11-# Copyright 2018-2022, Collabora, Ltd.
11+# Copyright 2018-2023, Collabora, Ltd.
22# SPDX-License-Identifier: BSL-1.0
3344cmake_minimum_required(VERSION 3.10.2)
···255255option_with_deps(XRT_FEATURE_STEAMVR_PLUGIN "Build SteamVR plugin" DEPENDS "NOT ANDROID")
256256option_with_deps(XRT_FEATURE_TRACING "Enable debug tracing on supported platforms" DEFAULT OFF DEPENDS "XRT_HAVE_PERCETTO OR XRT_HAVE_TRACY")
257257option_with_deps(XRT_FEATURE_WINDOW_PEEK "Enable a window that displays the content of the HMD on screen" DEPENDS XRT_HAVE_SDL2)
258258+option(XRT_FEATURE_SSE2 "Build using SSE2 instructions, if building for 32-bit x86" ON)
258259259260if (XRT_FEATURE_SERVICE)
260261 # Disable the client debug gui by default for out-of-proc -