From f22589cea061a7c91661ed6bad26dea0b372feb7 Mon Sep 17 00:00:00 2001 From: vittorioromeo Date: Wed, 7 Feb 2024 20:44:21 +0100 Subject: [PATCH] Check if this is causing issues with MSVC --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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