2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-01-19 16:32:11 +00:00

Merge pull request #173 from grisumbras/fix/ambiguous-target

fix "ambiguous target" build system error
This commit is contained in:
Alain Miniussi
2025-12-02 14:52:11 +01:00
committed by GitHub

View File

@@ -147,7 +147,6 @@ else
: "note: otherwise, you can safely ignore this message."
;
}
alias boost_mpi_python ;
alias mpi ;
alias boost_mpi ;
alias boost_mpi_python : boost_mpi ;
alias mpi : boost_mpi ;
}