Skip to content

Commit 6482e24

Browse files
authored
Merge pull request #2 from shaglund/master
Use relative paths to submodules
2 parents bd4be95 + d71f004 commit 6482e24

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)