From 8659d89bc40ca61aee5a99029daa04d35735edd6 Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Wed, 24 Mar 2021 23:58:58 +0000 Subject: [PATCH] fix path to gbench --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4fc404f6..84a57e26 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/google/googletest.git [submodule "3rd/gbench"] path = 3rd/gbench - url = git@github.com:henrydcase/benchmark.git + url = https://github.com/henrydcase/benchmark.git