Merge pull request #3762 from kjetilly/fail_on_missing_damaris
Fail if Damaris is requested and not found
This commit is contained in:
commit
cde9209cf3
@ -18,7 +18,7 @@ if(USE_DAMARIS_LIB AND MPI_FOUND)
|
|||||||
message(STATUS "The Damaris library does NOT have Catalyst support")
|
message(STATUS "The Damaris library does NOT have Catalyst support")
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
message(STATUS "The Damaris library was requested but NOT found")
|
message(FATAL_ERROR "The Damaris library was requested but NOT found")
|
||||||
endif()
|
endif()
|
||||||
else() # User did not request Damaris support
|
else() # User did not request Damaris support
|
||||||
unset(HAVE_DAMARIS)
|
unset(HAVE_DAMARIS)
|
||||||
|
Loading…
Reference in New Issue
Block a user