mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
Added support for a 2nd mpi library (usually mpi++)
This commit is contained in:
@@ -12,3 +12,8 @@ FIND_LIBRARY(MPI_LIBRARY
|
||||
NAMES mpi mpich
|
||||
PATHS /usr/lib /usr/local/lib /usr/local/mpi/lib)
|
||||
|
||||
FIND_LIBRARY(MPI_EXTRA_LIBRARY
|
||||
NAMES mpi++
|
||||
PATHS /usr/lib /usr/local/lib /usr/local/mpi/lib)
|
||||
|
||||
MARK_AS_ADVANCED(MPI_INCLUDE_PATH MPI_LIBRARY MPI_EXTRA_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user