|
@@ -247,14 +247,12 @@ else()
|
|
|
option(sctp_build_programs OFF)
|
|
|
option(sctp_inet OFF)
|
|
|
option(sctp_inet6 OFF)
|
|
|
+ option(sctp_werror OFF)
|
|
|
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
|
|
|
add_subdirectory(deps/usrsctp EXCLUDE_FROM_ALL)
|
|
|
if (MSYS OR MINGW)
|
|
|
target_compile_definitions(usrsctp PUBLIC -DSCTP_STDINT_INCLUDE=<stdint.h>)
|
|
|
endif()
|
|
|
- if (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
|
|
|
- target_compile_options(usrsctp PRIVATE -Wno-error=format-truncation)
|
|
|
- endif()
|
|
|
add_library(Usrsctp::Usrsctp ALIAS usrsctp)
|
|
|
endif()
|
|
|
|