mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 21:12:25 +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
7abc7be287
commit
05c6a5e5d7
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