mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:02:25 +02:00
Enable C++20 for OpenXR plugin.
Enabling it globally causes issue with WebRTC.
This commit is contained in:
parent
fe043182b4
commit
d672a67dd8
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
Loading…
Reference in a new issue