From 05937dee92948b60e7a6aa93c810bf4e68739507 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Fri, 14 Dec 2018 15:49:09 +0100 Subject: [PATCH] Use ufz/autocheck submodule with a c++17 fix. --- .gitmodules | 2 +- ThirdParty/autocheck | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index e22e17ff10b..7a799d68d6b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,7 +12,7 @@ url = https://github.com/ufz/tclap.git [submodule "ThirdParty/autocheck"] path = ThirdParty/autocheck - url = https://github.com/thejohnfreeman/autocheck.git + url = https://github.com/ufz/autocheck.git [submodule "ThirdParty/metis"] path = ThirdParty/metis url = https://github.com/scibuilder/metis.git diff --git a/ThirdParty/autocheck b/ThirdParty/autocheck index 49af9638d40..d88067a4241 160000 --- a/ThirdParty/autocheck +++ b/ThirdParty/autocheck @@ -1 +1 @@ -Subproject commit 49af9638d40e21e8c4f1ad5b1fed3e75b825e8ff +Subproject commit d88067a4241ceb740f36f2463f12385099f6b20b -- GitLab