From 1d079b09cf51ee579d711ace6a700db5f561d02f Mon Sep 17 00:00:00 2001 From: Martin Krulis Date: Tue, 15 Aug 2023 16:23:06 +0200 Subject: [PATCH] Updating submodules. --- .gitmodules | 6 +++--- vendor/googletest | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5d438a56..a2307a7c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "vendor/cppzmq"] path = vendor/cppzmq url = https://github.com/zeromq/cppzmq.git -[submodule "vendor/googletest"] - path = vendor/googletest - url = https://github.com/google/googletest.git [submodule "vendor/spdlog"] path = vendor/spdlog url = https://github.com/gabime/spdlog.git @@ -13,3 +10,6 @@ [submodule "vendor/libarchive"] path = vendor/libarchive url = https://github.com/libarchive/libarchive.git +[submodule "vendor/googletest"] + path = vendor/googletest + url = https://github.com/google/googletest.git diff --git a/vendor/googletest b/vendor/googletest index 703bd9ca..6c58c11d 160000 --- a/vendor/googletest +++ b/vendor/googletest @@ -1 +1 @@ -Subproject commit 703bd9caab50b139428cea1aaff9974ebee5742e +Subproject commit 6c58c11d5497b6ee1df3cb400ce30deb72fc28c0