Fix tests
This commit is contained in:
@@ -41,6 +41,10 @@ SET (HDRS
|
||||
UDPEndpointImpl.h
|
||||
)
|
||||
|
||||
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
|
||||
add_flags_cxx("-Wno-error=global-constructors")
|
||||
endif()
|
||||
|
||||
if(NOT MSVC)
|
||||
add_library(OSSupport ${SRCS} ${HDRS})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user