]> https://gitweb.dealii.org/ - dealii.git/commitdiff
cmake: fix warning formatting for tpetra 18227/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 11 Mar 2025 13:33:06 +0000 (09:33 -0400)
committerTimo Heister <timo.heister@gmail.com>
Tue, 11 Mar 2025 13:33:06 +0000 (09:33 -0400)
cmake/configure/configure_20_trilinos.cmake

index 949917d50fa87a59e023581308b26a2b2ffd4ecf..a207f0b6362e0264e4d2bcc04cddf72c4f803953 100644 (file)
@@ -265,7 +265,7 @@ macro(feature_trilinos_find_external var)
         if(NOT _tpetra_int_long_long AND DEAL_II_WITH_64BIT_INDICES)
           message( STATUS
             "  Tpetra was configured *without* support for 64-bit global indices"
-            "but deal.II is configured to use 64-bit global indices."
+            " but deal.II is configured to use 64-bit global indices."
             )
           message(STATUS
             "  Either reconfigure deal.II with -DDEAL_II_WITH_64BIT_INDICES=OFF"
@@ -275,7 +275,7 @@ macro(feature_trilinos_find_external var)
         elseif(NOT _tpetra_int_int AND NOT DEAL_II_WITH_64BIT_INDICES)
           message( STATUS
             "  Tpetra was configured *without* support for 32-bit global indices"
-            "but deal.II is configured to use 32-bit global indices."
+            " but deal.II is configured to use 32-bit global indices."
             )
           message(STATUS
             "  Either reconfigure deal.II with -DDEAL_II_WITH_64BIT_INDICES=ON"

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.