Merge topic 'dev/find-boost-graph_parallel'
f284b003
FindBoost: Search next to MPI libs for graph_parallel (#14832)
This commit is contained in:
commit
6ae3fbfeda
|
@ -954,7 +954,8 @@ foreach(COMPONENT ${Boost_FIND_COMPONENTS})
|
|||
|
||||
# Compute component-specific hints.
|
||||
set(_Boost_FIND_LIBRARY_HINTS_FOR_COMPONENT "")
|
||||
if(${COMPONENT} STREQUAL "mpi" OR ${COMPONENT} STREQUAL "mpi_python")
|
||||
if(${COMPONENT} STREQUAL "mpi" OR ${COMPONENT} STREQUAL "mpi_python" OR
|
||||
${COMPONENT} STREQUAL "graph_parallel")
|
||||
foreach(lib ${MPI_CXX_LIBRARIES} ${MPI_C_LIBRARIES})
|
||||
if(IS_ABSOLUTE "${lib}")
|
||||
get_filename_component(libdir "${lib}" PATH)
|
||||
|
|
Loading…
Reference in New Issue