Skip to content

Commit

Permalink
remove pedantic
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Nov 29, 2023
1 parent 0bebc9f commit 82323a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ if (WIN32)
endif()

if(COMPILER_WARNINGS)
target_compile_options(kvsWebrtcClient PUBLIC -Wall -Werror -pedantic -Wextra -Wno-unknown-warning-option -Wno-error=pedantic)
target_compile_options(kvsWebrtcSignalingClient PUBLIC -Wall -Werror -pedantic -Wextra -Wno-unknown-warning-option -Wno-error=pedantic)
target_compile_options(kvsWebrtcClient PUBLIC -Wall -Werror -Wextra -Wno-unknown-warning-option)
target_compile_options(kvsWebrtcSignalingClient PUBLIC -Wall -Werror -Wextra -Wno-unknown-warning-option)
endif()

install(TARGETS kvsWebrtcClient kvsWebrtcSignalingClient
Expand Down

0 comments on commit 82323a0

Please sign in to comment.