From a88cd27d8be999dabf668944dc2ae558f8c0c997 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Wed, 13 Sep 2023 22:26:38 -0500 Subject: [PATCH] Don't use relative paths in .gitmodules, to prevent having to fork multiple repositories --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7828c19a..880712a3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,7 @@ url = https://github.com/conan-io/cmake-conan.git [submodule "test/data"] path = test/data - url = ../supercell-wx-test-data + url = https://github.com/dpaulat/supercell-wx-test-data [submodule "external/hsluv-c"] path = external/hsluv-c url = https://github.com/hsluv/hsluv-c.git @@ -18,13 +18,13 @@ url = https://github.com/nothings/stb.git [submodule "data"] path = data - url = ../supercell-wx-data + url = https://github.com/dpaulat/supercell-wx-data [submodule "external/imgui"] path = external/imgui url = https://github.com/ocornut/imgui.git [submodule "external/imgui-backend-qt"] path = external/imgui-backend-qt - url = ../imgui-backend-qt + url = https://github.com/dpaulat/imgui-backend-qt [submodule "external/aws-sdk-cpp"] path = external/aws-sdk-cpp url = https://github.com/aws/aws-sdk-cpp.git