mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 06:43:41 +02:00
Bump C++ standard to fix build errors on webrtc-audio-processing.
This commit is contained in:
parent
a64e700d72
commit
5d4de1f274
1 changed files with 2 additions and 6 deletions
|
@ -1,10 +1,6 @@
|
|||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG")
|
||||
if (WIN32)
|
||||
# Building with webrtc-audio-processing on Windows fails on cppstd 14.
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
else ()
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
endif ()
|
||||
# Building with webrtc-audio-processing fails on cppstd 14.
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
if (NOT "${CMAKE_SIZEOF_VOID_P}" EQUAL "8")
|
||||
|
|
Loading…
Reference in a new issue