Merge pull request #3206 from atgeirr/backport-of-pr-3186
Use MPI_FOUND not MPI_Found.
This commit is contained in:
commit
2f0e782dfd
@ -1,4 +1,4 @@
|
||||
if(USE_DAMARIS_LIB AND MPI_Found)
|
||||
if(USE_DAMARIS_LIB AND MPI_FOUND)
|
||||
if (Damaris_FOUND)
|
||||
set(HAVE_DAMARIS 1)
|
||||
message(STATUS "The Damaris library was found: ${Damaris_VERSION} ${Damaris_DIR}")
|
||||
|
Loading…
Reference in New Issue
Block a user