Skip to content

Commit 60aa6ad

Browse files
Updating Catch2 v2 to v2.13.9
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
1 parent 9070e7c commit 60aa6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (NOT Catch2_FOUND)
88
FetchContent_Declare(
99
Catch2
1010
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
11-
GIT_TAG v2.13.4)
11+
GIT_TAG v2.13.9)
1212

1313
FetchContent_MakeAvailable(Catch2)
1414

0 commit comments

Comments
 (0)