Skip to content

Commit

Permalink
Updating Catch2 v2 to v2.13.9
Browse files Browse the repository at this point in the history
Fixes issue with MINSIGSTKSZ which is no longer a constant -> JuliaLang/julia#39822

Issue was fixed in https://github.com/catchorg/Catch2/releases/tag/v2.13.5
  • Loading branch information
nandanvasudevan committed Jun 15, 2022
1 parent 9070e7c commit 60aa6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 60aa6ad

Please sign in to comment.