Merge pull request #3206 from atgeirr/backport-of-pr-3186

Use MPI_FOUND not MPI_Found.
This commit is contained in:
Atgeirr Flø Rasmussen 2022-11-01 23:25:27 +01:00 committed by GitHub
commit 2f0e782dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}")