Skip to content

Commit

Permalink
WARNINGS_AS_ERRORS をやめる
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Apr 10, 2024
1 parent 288d486 commit 02bfd0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ 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

0 comments on commit 02bfd0f

Please sign in to comment.