Enable C++20 for OpenXR plugin.

Enabling it globally causes issue with WebRTC.
This commit is contained in:
Julian Groß 2024-07-07 15:55:20 +02:00
parent fe043182b4
commit d672a67dd8

View file

@ -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()