Skip to content

Commit 7dbfbee

Browse files
committed
build: Use open-mpi/oac for oac submodule
In user forks of the ompi repo, the submodule config would cause git to look in ../oac for the oac submodule, which is the wrong place. Update to look in ../../open-mpi/oac. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent ee324be commit 7dbfbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
branch = master
99
[submodule "oac"]
1010
path = config/oac
11-
url = ../oac
11+
url = ../../open-mpi/oac

0 commit comments

Comments
 (0)