From 7dbfbeea4cc71b7b1b467b6dc30c6c3c40669e8f Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Mon, 19 Sep 2022 20:16:47 +0000 Subject: [PATCH] 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 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index cf43dd35182..d50b377cc73 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,4 +8,4 @@ branch = master [submodule "oac"] path = config/oac - url = ../oac + url = ../../open-mpi/oac