Use MPI_FOUND not MPI_Found.

This commit is contained in:
Atgeirr Flø Rasmussen 2022-10-19 13:57:25 +02:00
parent e281a1e661
commit 5f77a71b8f

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