changed: do not output damaris info if damaris is not requested

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

View File

@@ -21,11 +21,6 @@ if(USE_DAMARIS_LIB)
message(STATUS "The Damaris library was requested but NOT found")
endif()
else() # User did not request Damaris support
if (Damaris_FOUND)
message(STATUS "The Damaris library was NOT requested but was found: ${Damaris_VERSION} ${Damaris_DIR}")
else()
message(STATUS "The Damaris library was NOT requested and was NOT found")
endif()
unset(HAVE_DAMARIS)
endif()