From: Marc Fehling Date: Sat, 28 Jun 2025 16:17:55 +0000 (+0200) Subject: Reword error message. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18597%2Fhead;p=dealii.git Reword error message. --- diff --git a/cmake/configure/configure_50_sundials.cmake b/cmake/configure/configure_50_sundials.cmake index 8bc17133ea..022078384f 100644 --- a/cmake/configure/configure_50_sundials.cmake +++ b/cmake/configure/configure_50_sundials.cmake @@ -46,7 +46,7 @@ macro(feature_sundials_find_external var) # if((SUNDIALS_WITH_MPI AND NOT DEAL_II_WITH_MPI) OR (NOT SUNDIALS_WITH_MPI AND DEAL_II_WITH_MPI)) message(STATUS "Could not find a sufficient Sundials installation: " - "If deal.II and Sundials must either both have MPI support enabled or none of them." + "deal.II and Sundials must have MPI support either both enabled or both disabled." ) set(SUNDIALS_ADDITIONAL_ERROR_STRING ${SUNDIALS_ADDITIONAL_ERROR_STRING}