From 168e341b04557b5b3738b995e0ba1a3ffd5eb0c7 Mon Sep 17 00:00:00 2001 From: Ramon Nou Date: Mon, 14 Mar 2022 10:37:01 +0000 Subject: [PATCH] catch2 update. Works with newer glibc --- tests/unit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt index 839cd49c2..5d00c8b27 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -32,7 +32,7 @@ include(FetchContent) set(FETCHCONTENT_QUIET OFF) FetchContent_Declare(catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG 255aa5f2afe1a622c97422f65ace6ca915be0d8d # v2.11.3 + GIT_TAG 216713a4066b79d9803d374f261ccb30c0fb451f # v2.13.8 GIT_SHALLOW ON GIT_PROGRESS ON ) -- GitLab