diff --git a/CMakeLists.txt b/CMakeLists.txt index 50fd4c7b..3bac7bfd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -578,8 +578,7 @@ endif() foreach(target _PyPartMC) target_compile_options(${target} PRIVATE $<$:/W4 /WX> - # $<$>:-Wall -Wextra -Wpedantic -Werror> - $<$>:-Wno-unused-parameter> + $<$>:-Wall -Wextra -Wpedantic -Werror -Wno-unused-parameter> ) endforeach() target_compile_definitions(_PyPartMC PRIVATE PMC_USE_SUNDIALS="1")