mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
OpenXr: Enable C++20 for OpenXR plugin.
Enabling it globally causes issue with WebRTC. Co-authored-by: Lubosz Sarnecki <lubosz@gmail.com>
This commit is contained in:
parent
2a26a71f2c
commit
9702049ede
1 changed files with 2 additions and 0 deletions
|
@ -23,3 +23,5 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
|
|||
# Silence GCC warnings
|
||||
target_compile_options(openxr PRIVATE -Wno-missing-field-initializers)
|
||||
endif()
|
||||
|
||||
set_property(TARGET openxr PROPERTY CXX_STANDARD 20)
|
Loading…
Reference in a new issue