fix cmake error msg in mpi section
This commit is contained in:
parent
9b0286929e
commit
4dc9422344
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ find_package(MPI REQUIRED)
|
|||
if(MPI_FOUND)
|
||||
include_directories(${MPI_C_INCLUDE_DIRS})
|
||||
else()
|
||||
message(FATAL_ERROR "HDF5 not found")
|
||||
message(FATAL_ERROR "MPI not found")
|
||||
endif()
|
||||
message(STATUS "mpi lib = ${MPI_C_LIBRARIES}")
|
||||
set(MPI_LIBS ${MPI_LIBRARIES})
|
||||
|
|
Loading…
Reference in a new issue