From d672a67dd87890ae1903d5ed936a9628060ceacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Sun, 7 Jul 2024 15:55:20 +0200 Subject: [PATCH] Enable C++20 for OpenXR plugin. Enabling it globally causes issue with WebRTC. --- plugins/openxr/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/openxr/CMakeLists.txt b/plugins/openxr/CMakeLists.txt index 475dd40d39..a6b7ff5041 100644 --- a/plugins/openxr/CMakeLists.txt +++ b/plugins/openxr/CMakeLists.txt @@ -19,4 +19,5 @@ link_hifi_libraries(shared task gl qml networking controllers ui include_hifi_library_headers(octree) include_hifi_library_headers(script-engine) +target_compile_features(openxr PRIVATE cxx_std_20) #target_openxr() \ No newline at end of file