Skip to content

Commit

Permalink
build: Use open-mpi/oac for oac submodule
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bwbarrett committed Sep 19, 2022
1 parent ee324be commit 7dbfbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
branch = master
[submodule "oac"]
path = config/oac
url = ../oac
url = ../../open-mpi/oac

0 comments on commit 7dbfbee

Please sign in to comment.