Skip to content

Commit d71f004

Browse files
committed
Use relative paths to submodules
1 parent bd4be95 commit d71f004

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[submodule "pugixml"]
22
path = externals/pugixml
3-
url = https://github.com/zeux/pugixml.git
3+
url = ../../zeux/pugixml.git
44
[submodule "externals/CMakeUtils"]
55
path = externals/CMakeUtils
6-
url = https://github.com/PerMalmberg/CMakeUtils.git
6+
url = ../../PerMalmberg/CMakeUtils.git
77
[submodule "externals/Catch2"]
88
path = externals/Catch2
9-
url = [email protected]:catchorg/Catch2.git
9+
url = ../../catchorg/Catch2.git

0 commit comments

Comments
 (0)