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:
nandanv 2022-06-15 20:43:02 +05:30
parent 9070e7c473
commit 60aa6ad515

View File

@ -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)