update catch dep

This commit is contained in:
Mathis Logemann 2020-11-25 10:45:20 +01:00
parent f027667daa
commit 37dd7c17df

View file

@ -8,7 +8,7 @@ include(CopyDllsForDebug)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.13.1)
GIT_TAG v2.13.3)
FetchContent_MakeAvailable(Catch2)
# Prepare "Catch" library for other executables