]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix grammar in cmake error messages. 4485/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 5 Jun 2017 01:30:04 +0000 (19:30 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 5 Jun 2017 01:30:04 +0000 (19:30 -0600)
cmake/configure/configure_2_metis.cmake
cmake/configure/configure_3_petsc.cmake

index fc55a580633bd3ceda6d2e4fbd7ec567517ddd30..871d931e0a0852a488a37ab4a235caa5f3159855 100644 (file)
@@ -30,7 +30,7 @@ MACRO(FEATURE_METIS_FIND_EXTERNAL var)
         "Version 5.x required!"
         )
       SET(METIS_ADDITIONAL_ERROR_STRING
-        "Could not find a sufficient modern metis installation: "
+        "Could not find a sufficiently modern metis installation: "
         "Version 5.x required!\n"
         )
       SET(${var} FALSE)
index dab2dd405d63c9db92d35d5c02ef5c92c826b2c8..8260927eb5b759e15e0e60391deeb97ad46e853f 100644 (file)
@@ -34,11 +34,11 @@ MACRO(FEATURE_PETSC_FIND_EXTERNAL var)
     #
     IF(PETSC_VERSION_MAJOR LESS 3 OR
         ((PETSC_VERSION_MAJOR EQUAL 3) AND (PETSC_VERSION_MINOR LESS 3)))
-      MESSAGE(STATUS "Could not find a sufficient modern PETSc installation: "
+      MESSAGE(STATUS "Could not find a sufficiently modern PETSc installation: "
         "Version >=3.3.0 required!"
         )
       SET(PETSC_ADDITIONAL_ERROR_STRING
-        "Could not find a sufficient modern PETSc installation: "
+        "Could not find a sufficiently modern PETSc installation: "
         "Version >=3.3.0 required!\n"
         )
       SET(${var} FALSE)

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.