mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-13 10:52:57 +01:00
Merge pull request #559 from nandanvasudevan/master
Updating Catch2 v2 to v2.13.9
This commit is contained in:
commit
7742eb3693
@ -8,7 +8,7 @@ if (NOT Catch2_FOUND)
|
|||||||
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.4)
|
GIT_TAG v2.13.9)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(Catch2)
|
FetchContent_MakeAvailable(Catch2)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user