mirror of
https://github.com/lubosz/overte.git
synced 2025-04-11 08:55:04 +02: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
8a8b7dd285
commit
07da25ff39
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