From 7cc270bf09d60ab063add57e086839085f7018e8 Mon Sep 17 00:00:00 2001 From: Henry Winkel Date: Tue, 20 Dec 2022 10:13:57 +0100 Subject: [PATCH] FIX: fixed .gitmodules --- .gitmodules | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.gitmodules b/.gitmodules index f97c8e5..557bbbb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,13 +2,7 @@ path = libs/protobuf/third_party/googletest url = https://github.com/google/googletest.git ignore = dirty -[submodule "libs/protobuf/third_party/abseil-cpp"] - path = libs/protobuf/third_party/abseil-cpp - url = https://github.com/abseil/abseil-cpp.git - branch = lts_2022_06_23 -[submodule "libs/protobuf/third_party/jsoncpp"] - path = libs/protobuf/third_party/jsoncpp - url = https://github.com/open-source-parsers/jsoncpp.git -[submodule "third_party/utf8_range"] - path = third_party/utf8_range - url = https://github.com/protocolbuffers/utf8_range.git + +[submodule "libs/protobuf/third_party/benchmark"] + path = libs/protobuf/third_party/benchmark + url = https://github.com/google/benchmark.git