Skip to content

Commit

Permalink
fix: deprecation warnings when building unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Sep 15, 2024
1 parent f14f97d commit aed1337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ endif()
if(NOT TEST_INSTALLED_VERSION)
target_compile_options(
${PROJECT_NAME} PRIVATE $<$<COMPILE_LANG_AND_ID:CXX,Clang,GNU>:-Wall -Wpedantic -Wextra
-Werror>
-Werror -Wno-deprecated>
)
target_compile_options(${PROJECT_NAME} PRIVATE $<$<COMPILE_LANG_AND_ID:CXX,MSVC>:/W4 /WX /wd4324>)
target_compile_definitions(
Expand Down

0 comments on commit aed1337

Please sign in to comment.