From 645796f7fb5b7be5e7ef4371d5a713d9d0de6ec4 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Sat, 1 Feb 2025 22:02:10 -0700 Subject: [PATCH] Reenable exception printouts when tests fail This option disables detailed exception information when an exception is thrown in the tests. --- test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4731b4c92..81f8ca03c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -3,7 +3,6 @@ include(FetchContent) add_subdirectory(install) set_target_warnings(test-sfml-install) -set(CATCH_CONFIG_FAST_COMPILE ON CACHE BOOL "") set(CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ON CACHE BOOL "") FetchContent_Declare(Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git