fixed: damaris depends on MPI

This commit is contained in:
Arne Morten Kvarving 2022-10-18 13:08:02 +02:00
parent 6c740656bb
commit bd3aa76268

View File

@ -1,4 +1,4 @@
if(USE_DAMARIS_LIB)
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}")