Update Catch2

https://github.com/catchorg/Catch2/releases/tag/v3.4.0
This commit is contained in:
Chris Thrasher 2023-07-13 08:09:06 -06:00
parent 011d4ef512
commit bb9ba0d7ef

View File

@ -4,9 +4,10 @@ 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_FAST_COMPILE 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
GIT_TAG v3.3.2) GIT_TAG v3.4.0)
FetchContent_MakeAvailable(Catch2) FetchContent_MakeAvailable(Catch2)
include(Catch) include(Catch)