From ae3b18c21f5e1d533941d8ed13f16cce4182ea23 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Fri, 4 Aug 2023 20:41:47 -0400 Subject: [PATCH] Moved submodule directory Moved where vcpkg is located to address GitHub Actions build failure --- .gitmodules | 2 +- 3rdparty/vcpkg => vcpkg | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename 3rdparty/vcpkg => vcpkg (100%) diff --git a/.gitmodules b/.gitmodules index 90e3bc2..72d488d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "3rdparty/vcpkg"] - path = 3rdparty/vcpkg + path = vcpkg url = https://github.com/microsoft/vcpkg diff --git a/3rdparty/vcpkg b/vcpkg similarity index 100% rename from 3rdparty/vcpkg rename to vcpkg