From: Wolfgang Bangerth Date: Mon, 5 Jun 2017 01:30:04 +0000 (-0600) Subject: Fix grammar in cmake error messages. X-Git-Tag: v9.0.0-rc1~1531^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4485%2Fhead;p=dealii.git Fix grammar in cmake error messages. --- diff --git a/cmake/configure/configure_2_metis.cmake b/cmake/configure/configure_2_metis.cmake index fc55a58063..871d931e0a 100644 --- a/cmake/configure/configure_2_metis.cmake +++ b/cmake/configure/configure_2_metis.cmake @@ -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) diff --git a/cmake/configure/configure_3_petsc.cmake b/cmake/configure/configure_3_petsc.cmake index dab2dd405d..8260927eb5 100644 --- a/cmake/configure/configure_3_petsc.cmake +++ b/cmake/configure/configure_3_petsc.cmake @@ -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)