Update Catch2 library to v2.13.10

This commit is contained in:
Andre Rummler 2025-09-08 13:26:54 +02:00
parent 6119d49d15
commit bad60834cc

View File

@ -64,7 +64,7 @@ Include(FetchContent)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.13.1)
GIT_TAG v2.13.10)
FetchContent_MakeAvailable(Catch2)