Skip to content

Commit

Permalink
libdatachannel に -Werror が付くようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Mar 5, 2024
1 parent c5b33c5 commit ab1ab28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ cmake_policy(SET CMP0074 NEW)

project(sorac C CXX)

set(WARNINGS_AS_ERRORS ON)

add_subdirectory(_source/libdatachannel libdatachannel EXCLUDE_FROM_ALL)
add_subdirectory(_source/libdatachannel/deps/json json EXCLUDE_FROM_ALL)
add_subdirectory(_source/opus opus EXCLUDE_FROM_ALL)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SORA_C_SDK_VERSION=2024.1.0
LIBDATACHANNEL_VERSION=2247a7245d3a5646f826bcc6da055df6337ec2c9
LIBDATACHANNEL_VERSION=cadffd51da2bb2bb2573f0526bfd7773bdcedf0b
OPUS_VERSION=v1.4
CMAKE_VERSION=3.28.1
OPENH264_VERSION=v2.4.0
Expand Down

0 comments on commit ab1ab28

Please sign in to comment.