update catch dep
This commit is contained in:
parent
f027667daa
commit
37dd7c17df
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ include(CopyDllsForDebug)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
Catch2
|
Catch2
|
||||||
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
||||||
GIT_TAG v2.13.1)
|
GIT_TAG v2.13.3)
|
||||||
FetchContent_MakeAvailable(Catch2)
|
FetchContent_MakeAvailable(Catch2)
|
||||||
|
|
||||||
# Prepare "Catch" library for other executables
|
# Prepare "Catch" library for other executables
|
||||||
|
|
Loading…
Add table
Reference in a new issue