diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6df85a96..143b39c8 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -10,7 +10,7 @@ function(add_pops_test NAME) # Enable compiler warnings target_compile_options(${NAME} PRIVATE $<$,$,$>: - -Wall -Wextra -pedantic -Wfloat-conversion> + -Wall -Wextra -pedantic -Wfloat-conversion -Werror> $<$: /W4>) if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")