From: maier Date: Wed, 26 Sep 2012 21:28:54 +0000 (+0000) Subject: Add some nice hinting X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b1f328453c08eb3d7e30b5df98f01ce08b50904;p=dealii-svn.git Add some nice hinting git-svn-id: https://svn.dealii.org/branches/branch_cmake@26762 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/configure/configure_petsc.cmake b/deal.II/cmake/configure/configure_petsc.cmake index f2a8d980e6..f638891809 100644 --- a/deal.II/cmake/configure/configure_petsc.cmake +++ b/deal.II/cmake/configure/configure_petsc.cmake @@ -16,7 +16,7 @@ MACRO(FEATURE_PETSC_FIND_EXTERNAL var) # We support petsc from version 3.x.x onwards # IF(PETSC_VERSION_MAJOR LESS 3) - MESSAGE(STATUS + MESSAGE(WARNING "Could not find a sufficient modern petsc installation: " "Version >=3.0.0 required!" ) @@ -34,7 +34,7 @@ MACRO(FEATURE_PETSC_FIND_EXTERNAL var) IF( (PETSC_WITH_MPIUNI AND DEAL_II_COMPILER_SUPPORTS_MPI) OR (NOT PETSC_WITH_MPIUNI AND NOT DEAL_II_COMPILER_SUPPORTS_MPI)) - MESSAGE(STATUS + MESSAGE(WARNING "Could not find a sufficient petsc installation: " "Petsc has to be configured with the same MPI configuration as deal.II." )