From 2b462c47122713c1c9b8711037f7ec31cc1bb5c6 Mon Sep 17 00:00:00 2001 From: LouisHLAV Date: Sun, 14 Aug 2022 20:32:29 -0300 Subject: [PATCH] bump catch2 version to v2.13.9 to fix MINSIGSTKSZ issue on glibc 2.34+ --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8df9107..b9f8082 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)