Skip to content

Commit

Permalink
Reflect changes from boostorg/mpi#160 as suggested in #76. Closes #76.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 29, 2024
1 parent 17e920c commit 7f5336b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/BoostInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ function(boost_install_target)
elseif(dep STREQUAL "MPI::MPI_CXX")

# COMPONENTS requires 3.9, but the imported target also requires 3.9
string(APPEND CONFIG_FILE_CONTENTS "set(MPI_CXX_SKIP_MPICXX ON)\n")
string(APPEND CONFIG_FILE_CONTENTS "find_dependency(MPI COMPONENTS CXX)\n")

elseif(dep STREQUAL "Iconv::Iconv")
Expand Down

0 comments on commit 7f5336b

Please sign in to comment.