diff --git a/cmake/Modules/UseDamaris.cmake b/cmake/Modules/UseDamaris.cmake index 44e71e2d4..8c2c1115d 100644 --- a/cmake/Modules/UseDamaris.cmake +++ b/cmake/Modules/UseDamaris.cmake @@ -18,7 +18,7 @@ if(USE_DAMARIS_LIB AND MPI_FOUND) message(STATUS "The Damaris library does NOT have Catalyst support") endif() else() - message(STATUS "The Damaris library was requested but NOT found") + message(FATAL_ERROR "The Damaris library was requested but NOT found") endif() else() # User did not request Damaris support unset(HAVE_DAMARIS)