mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-13 10:52:57 +01:00
Updating Catch2 v2 to v2.13.9
Fixes issue with MINSIGSTKSZ which is no longer a constant -> https://github.com/JuliaLang/julia/issues/39822 Issue was fixed in https://github.com/catchorg/Catch2/releases/tag/v2.13.5
This commit is contained in:
parent
9070e7c473
commit
60aa6ad515
@ -8,7 +8,7 @@ if (NOT Catch2_FOUND)
|
||||
FetchContent_Declare(
|
||||
Catch2
|
||||
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
||||
GIT_TAG v2.13.4)
|
||||
GIT_TAG v2.13.9)
|
||||
|
||||
FetchContent_MakeAvailable(Catch2)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user