From 9ae9b08520a0648c0e4f3348a2dab4ef1514f644 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 17 Aug 2019 16:17:43 -0400 Subject: [PATCH] changed path of jwt-cpp submodule --- .gitmodules | 3 +++ {build/3rdparty => 3rdparty}/jwt-cpp | 0 2 files changed, 3 insertions(+) rename {build/3rdparty => 3rdparty}/jwt-cpp (100%) diff --git a/.gitmodules b/.gitmodules index bb89d93..d18c440 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "build/3rdparty/jwt-cpp"] path = build/3rdparty/jwt-cpp url = https://github.com/Thalhammer/jwt-cpp +[submodule "3rdparty/jwt-cpp"] + path = 3rdparty/jwt-cpp + url = https://github.com/Thalhammer/jwt-cpp diff --git a/build/3rdparty/jwt-cpp b/3rdparty/jwt-cpp similarity index 100% rename from build/3rdparty/jwt-cpp rename to 3rdparty/jwt-cpp