diff --git a/CMakeLists.txt b/CMakeLists.txt index 93ea29fb..70126cce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,7 +105,7 @@ if(CATCH_BUILD_FUZZERS) endif() if (CATCH_DEVELOPMENT_BUILD) - add_warnings_to_targets("${CATCH_WARNING_TARGETS}") + #add_warnings_to_targets("${CATCH_WARNING_TARGETS}") endif() # Only perform the installation steps when Catch is not being used as