From 79840db852a0fab499790346741f41033d85b323 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 26 Jul 2013 18:20:35 +0000 Subject: [PATCH] Improve error message. git-svn-id: https://svn.dealii.org/trunk@30163 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-17/CMakeLists.txt | 2 +- deal.II/examples/step-18/CMakeLists.txt | 2 +- deal.II/examples/step-22/CMakeLists.txt | 2 +- deal.II/examples/step-29/CMakeLists.txt | 2 +- deal.II/examples/step-31/CMakeLists.txt | 2 +- deal.II/examples/step-32/CMakeLists.txt | 2 +- deal.II/examples/step-33/CMakeLists.txt | 2 +- deal.II/examples/step-34/CMakeLists.txt | 2 +- deal.II/examples/step-35/CMakeLists.txt | 2 +- deal.II/examples/step-36/CMakeLists.txt | 2 +- deal.II/examples/step-37/CMakeLists.txt | 2 +- deal.II/examples/step-40/CMakeLists.txt | 2 +- deal.II/examples/step-41/CMakeLists.txt | 2 +- deal.II/examples/step-42/CMakeLists.txt | 2 +- deal.II/examples/step-43/CMakeLists.txt | 2 +- deal.II/examples/step-46/CMakeLists.txt | 2 +- deal.II/examples/step-50/CMakeLists.txt | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/deal.II/examples/step-17/CMakeLists.txt b/deal.II/examples/step-17/CMakeLists.txt index 77d825f29b..c32373d483 100644 --- a/deal.II/examples/step-17/CMakeLists.txt +++ b/deal.II/examples/step-17/CMakeLists.txt @@ -34,7 +34,7 @@ IF(NOT DEAL_II_WITH_PETSC) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_PETSC = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-18/CMakeLists.txt b/deal.II/examples/step-18/CMakeLists.txt index c1e1076991..33af07ee5a 100644 --- a/deal.II/examples/step-18/CMakeLists.txt +++ b/deal.II/examples/step-18/CMakeLists.txt @@ -34,7 +34,7 @@ IF(NOT DEAL_II_WITH_PETSC) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_PETSC = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-22/CMakeLists.txt b/deal.II/examples/step-22/CMakeLists.txt index 00923478ae..03e2ef3408 100644 --- a/deal.II/examples/step-22/CMakeLists.txt +++ b/deal.II/examples/step-22/CMakeLists.txt @@ -33,7 +33,7 @@ IF(NOT DEAL_II_WITH_UMFPACK) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_UMFPACK = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-29/CMakeLists.txt b/deal.II/examples/step-29/CMakeLists.txt index 14a0f1000d..6872bc4bfb 100644 --- a/deal.II/examples/step-29/CMakeLists.txt +++ b/deal.II/examples/step-29/CMakeLists.txt @@ -33,7 +33,7 @@ IF(NOT DEAL_II_WITH_UMFPACK) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_UMFPACK = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-31/CMakeLists.txt b/deal.II/examples/step-31/CMakeLists.txt index 645efcfc55..f21c9612ea 100644 --- a/deal.II/examples/step-31/CMakeLists.txt +++ b/deal.II/examples/step-31/CMakeLists.txt @@ -33,7 +33,7 @@ IF(NOT DEAL_II_WITH_TRILINOS) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_TRILINOS = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-32/CMakeLists.txt b/deal.II/examples/step-32/CMakeLists.txt index 7c2a49993b..7a72d94c82 100644 --- a/deal.II/examples/step-32/CMakeLists.txt +++ b/deal.II/examples/step-32/CMakeLists.txt @@ -40,7 +40,7 @@ Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_MPI = ON DEAL_II_WITH_P4EST = ON DEAL_II_WITH_TRILINOS = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-33/CMakeLists.txt b/deal.II/examples/step-33/CMakeLists.txt index 3264dbd6c8..308db41050 100644 --- a/deal.II/examples/step-33/CMakeLists.txt +++ b/deal.II/examples/step-33/CMakeLists.txt @@ -36,7 +36,7 @@ IF(NOT DEAL_II_WITH_TRILINOS) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_TRILINOS = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-34/CMakeLists.txt b/deal.II/examples/step-34/CMakeLists.txt index 9f2b2ca256..b3b025bd9b 100644 --- a/deal.II/examples/step-34/CMakeLists.txt +++ b/deal.II/examples/step-34/CMakeLists.txt @@ -33,7 +33,7 @@ IF(NOT DEAL_II_WITH_FUNCTIONPARSER) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_FUNCTIONPARSER = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-35/CMakeLists.txt b/deal.II/examples/step-35/CMakeLists.txt index 416238fcba..c35bddd9cf 100644 --- a/deal.II/examples/step-35/CMakeLists.txt +++ b/deal.II/examples/step-35/CMakeLists.txt @@ -33,7 +33,7 @@ IF(NOT DEAL_II_WITH_UMFPACK) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_UMFPACK = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-36/CMakeLists.txt b/deal.II/examples/step-36/CMakeLists.txt index 5e72c8ca3e..4d1eed8b19 100644 --- a/deal.II/examples/step-36/CMakeLists.txt +++ b/deal.II/examples/step-36/CMakeLists.txt @@ -34,7 +34,7 @@ IF(NOT DEAL_II_WITH_PETSC OR NOT DEAL_II_WITH_SLEPC) Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_PETSC = ON DEAL_II_WITH_SLEPC = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-37/CMakeLists.txt b/deal.II/examples/step-37/CMakeLists.txt index 4b4e8f3f32..07a25bc701 100644 --- a/deal.II/examples/step-37/CMakeLists.txt +++ b/deal.II/examples/step-37/CMakeLists.txt @@ -33,7 +33,7 @@ IF(NOT DEAL_II_WITH_LAPACK) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_LAPACK = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-40/CMakeLists.txt b/deal.II/examples/step-40/CMakeLists.txt index ed9f3e4c1d..f024774a4e 100644 --- a/deal.II/examples/step-40/CMakeLists.txt +++ b/deal.II/examples/step-40/CMakeLists.txt @@ -34,7 +34,7 @@ IF(NOT DEAL_II_WITH_PETSC OR NOT DEAL_II_WITH_P4EST) Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_PETSC = ON DEAL_II_WITH_P4EST = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-41/CMakeLists.txt b/deal.II/examples/step-41/CMakeLists.txt index c4e08a8cf3..1ecef89b0a 100644 --- a/deal.II/examples/step-41/CMakeLists.txt +++ b/deal.II/examples/step-41/CMakeLists.txt @@ -33,7 +33,7 @@ IF(NOT DEAL_II_WITH_TRILINOS) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_TRILINOS = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-42/CMakeLists.txt b/deal.II/examples/step-42/CMakeLists.txt index dafd2369e9..78a6df2f1f 100644 --- a/deal.II/examples/step-42/CMakeLists.txt +++ b/deal.II/examples/step-42/CMakeLists.txt @@ -40,7 +40,7 @@ Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_MPI = ON DEAL_II_WITH_P4EST = ON DEAL_II_WITH_TRILINOS = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-43/CMakeLists.txt b/deal.II/examples/step-43/CMakeLists.txt index 96f94caed0..62b492245f 100644 --- a/deal.II/examples/step-43/CMakeLists.txt +++ b/deal.II/examples/step-43/CMakeLists.txt @@ -33,7 +33,7 @@ IF(NOT DEAL_II_WITH_TRILINOS) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_TRILINOS = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-46/CMakeLists.txt b/deal.II/examples/step-46/CMakeLists.txt index a2c8f5fbc5..02ff830ab7 100644 --- a/deal.II/examples/step-46/CMakeLists.txt +++ b/deal.II/examples/step-46/CMakeLists.txt @@ -33,7 +33,7 @@ IF(NOT DEAL_II_WITH_UMFPACK) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_UMFPACK = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() diff --git a/deal.II/examples/step-50/CMakeLists.txt b/deal.II/examples/step-50/CMakeLists.txt index b8a02313a8..3a16b1326e 100644 --- a/deal.II/examples/step-50/CMakeLists.txt +++ b/deal.II/examples/step-50/CMakeLists.txt @@ -40,7 +40,7 @@ Error! The deal.II library found at ${DEAL_II_PATH} was not configured with DEAL_II_WITH_MPI = ON DEAL_II_WITH_P4EST = ON DEAL_II_WITH_TRILINOS = ON -which is required for this tutorial step." +One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF() -- 2.39.5