Check if this is causing issues with MSVC

This commit is contained in:
vittorioromeo 2024-02-07 20:44:21 +01:00
parent 38710a38b1
commit f22589cea0
1 changed files with 1 additions and 1 deletions

View File

@ -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