Increase Catch2 version to recent one

This commit is contained in:
2026-03-18 21:21:28 +01:00
parent cd70fa0eca
commit 2199cc3bc2

View File

@@ -135,7 +135,7 @@ FetchContent_Declare(
FetchContent_Declare(
catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2
GIT_TAG 4e8d92b
GIT_TAG v3.13.0
EXCLUDE_FROM_ALL
)