mirror of
https://github.com/coturn/coturn.git
synced 2026-05-11 13:46:10 +02:00
Merge branch 'coturn:master' into master
This commit is contained in:
commit
4ffc49d7be
@ -55,6 +55,10 @@ IF(MSVC)
|
||||
add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")
|
||||
ENDIF(MSVC)
|
||||
|
||||
IF(APPLE)
|
||||
add_compile_definitions("TURN_NO_THREAD_BARRIERS=1")
|
||||
ENDIF()
|
||||
|
||||
include(CMakePackageConfigHelpers)
|
||||
include(GNUInstallDirs)
|
||||
include(GenerateExportHeader)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user