From 368ff9a2170cc0e671d0369ebaf18d81ab113a64 Mon Sep 17 00:00:00 2001 From: Ake Hedman Date: Tue, 12 Nov 2024 18:09:03 +0100 Subject: [PATCH] submodule vscp is now under third_party with the rest of the submodules --- .gitmodules | 4 ++-- vscp => third_party/vscp | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename vscp => third_party/vscp (100%) diff --git a/.gitmodules b/.gitmodules index 898fd0d..5384b77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,6 +26,6 @@ [submodule "third_party/qspdlog"] path = third_party/qspdlog url = https://github.com/arsdever/qspdlog.git -[submodule "vscp"] - path = vscp +[submodule "third_party/vscp"] + path = third_party/vscp url = https://github.com/grodansparadis/vscp.git diff --git a/vscp b/third_party/vscp similarity index 100% rename from vscp rename to third_party/vscp