diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 9e21faa..60d5d3f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -64,7 +64,7 @@ endif() if(NOT TEST_INSTALLED_VERSION) target_compile_options( ${PROJECT_NAME} PRIVATE $<$:-Wall -Wpedantic -Wextra - -Werror> + -Werror -Wno-deprecated> ) target_compile_options(${PROJECT_NAME} PRIVATE $<$:/W4 /WX /wd4324>) target_compile_definitions(