Skip to content

Commit

Permalink
bump catch2 version to v2.13.9 to fix MINSIGSTKSZ issue on glibc 2.34+
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisHLAV committed Aug 14, 2022
1 parent 96d547c commit 2b462c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if(EXPECTED_BUILD_TESTS)
set(CATCH_BUILD_TESTING OFF)
set(CATCH_INSTALL_DOCS OFF)
FetchContent_Declare(Catch2 URL
https://github.com/catchorg/Catch2/archive/v2.9.2.zip)
https://github.com/catchorg/Catch2/archive/v2.13.9.zip)
FetchContent_MakeAvailable(Catch2)

file(GLOB test-sources CONFIGURE_DEPENDS tests/*.cpp)
Expand Down

0 comments on commit 2b462c4

Please sign in to comment.