From 215ee2c12455762c159f7248b40b9d72141cd309 Mon Sep 17 00:00:00 2001 From: paulfd Date: Sun, 8 Sep 2019 18:27:08 +0200 Subject: [PATCH] Try to solve the Catch2 problem --- .gitmodules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index d54a4756..cae05b54 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,10 +2,7 @@ path = external/abseil-cpp url = https://github.com/abseil/abseil-cpp shallow = true -[submodule "external/Catch2"] - path = external/Catch2 - url = https://github.com/catchorg/Catch2 - shallow = true + [submodule "external/benchmark"] path = external/benchmark url = https://github.com/google/benchmark