From fac23073bb17a3a20e81ac06d67c7cc81ef8f0a4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 4 Jun 2017 19:30:04 -0600 Subject: [PATCH] Fix grammar in cmake error messages. --- cmake/configure/configure_2_metis.cmake | 2 +- cmake/configure/configure_3_petsc.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.39.5