From 9efe8646a3e92aab922e52f29c264bae04759528 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 22 Nov 2022 10:03:00 -0500 Subject: [PATCH] Avoid "!." --- cmake/configure/TestBoostBug/polymorphic_derived2.hpp | 2 +- cmake/configure/configure_20_boost.cmake | 2 +- cmake/configure/configure_30_kokkos.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/configure/TestBoostBug/polymorphic_derived2.hpp b/cmake/configure/TestBoostBug/polymorphic_derived2.hpp index 078c4fb573..10774495f0 100644 --- a/cmake/configure/TestBoostBug/polymorphic_derived2.hpp +++ b/cmake/configure/TestBoostBug/polymorphic_derived2.hpp @@ -27,7 +27,7 @@ class polymorphic_derived2 : // we use this because we want to assign a key to this type // but we don't want to explicitly instantiate code every time -// we do so!!!. If we don't do this, we end up with the same +// we do so!!! If we don't do this, we end up with the same // code in BOTH the DLL which implements polymorphic_derived2 // as well as the main program. BOOST_CLASS_EXPORT_KEY(polymorphic_derived2) diff --git a/cmake/configure/configure_20_boost.cmake b/cmake/configure/configure_20_boost.cmake index e9f29edd0b..1919606eed 100644 --- a/cmake/configure/configure_20_boost.cmake +++ b/cmake/configure/configure_20_boost.cmake @@ -275,7 +275,7 @@ IF(NOT DEAL_II_WITH_BOOST) ELSE() MESSAGE(FATAL_ERROR "\n" "Unmet configuration requirements: " - "DEAL_II_WITH_BOOST required, but set to OFF!.\n\n" + "DEAL_II_WITH_BOOST required, but set to OFF!\n\n" ) ENDIF() ENDIF() diff --git a/cmake/configure/configure_30_kokkos.cmake b/cmake/configure/configure_30_kokkos.cmake index 2d08d36a56..b906bb4310 100644 --- a/cmake/configure/configure_30_kokkos.cmake +++ b/cmake/configure/configure_30_kokkos.cmake @@ -42,7 +42,7 @@ IF(NOT DEAL_II_WITH_KOKKOS) ELSE() MESSAGE(FATAL_ERROR "\n" "Unmet configuration requirements: " - "DEAL_II_WITH_KOKKOS required, but set to OFF!.\n\n" + "DEAL_II_WITH_KOKKOS required, but set to OFF!\n\n" ) ENDIF() ENDIF() -- 2.39.5