From 56eeb694e74e59d78a9b84cac92634a2eba778cd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 5 Aug 2021 23:03:20 +0200 Subject: [PATCH] Fix tests compilation with glibc >= 2.34 Update CATCH submodule to include the workaround for SIGSTKSZ not being a constant any longer in the latest GNU libc versions. Closes #19158. --- 3rdparty/catch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/catch b/3rdparty/catch index ee4acb6ae6..8ec3e6a102 160000 --- a/3rdparty/catch +++ b/3rdparty/catch @@ -1 +1 @@ -Subproject commit ee4acb6ae6e32a02bc012d197aa82b1ca7a493ab +Subproject commit 8ec3e6a10215e449b9acf13958aa01fec6949927