From cc2340d80ec57456f184ce84fd04e02b5715a817 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Sat, 28 Jun 2025 18:17:55 +0200 Subject: [PATCH] Reword error message. --- cmake/configure/configure_50_sundials.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.39.5