From ac2298e9c48259dbf67dd94918b00d2032b4c07b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20H=C3=A4rtl?= Date: Tue, 13 Aug 2024 10:47:20 +0200 Subject: [PATCH] Checkout submodule based on parent method --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5ab21137..3dde7b9f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "glTF-Sample-Renderer.git"] +[submodule "glTF-Sample-Renderer"] + url = ../glTF-Sample-Renderer.git path = glTF-Sample-Renderer - url = git@github.com:KhronosGroup/glTF-Sample-Renderer.git