mirror of
https://github.com/SFML/SFML.git
synced 2025-02-12 19:38:09 +08:00
Reenable exception printouts when tests fail
This option disables detailed exception information when an exception is thrown in the tests.
This commit is contained in:
parent
a45c4ecbcd
commit
645796f7fb
@ -3,7 +3,6 @@ include(FetchContent)
|
|||||||
add_subdirectory(install)
|
add_subdirectory(install)
|
||||||
set_target_warnings(test-sfml-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 "")
|
set(CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ON CACHE BOOL "")
|
||||||
FetchContent_Declare(Catch2
|
FetchContent_Declare(Catch2
|
||||||
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user