From: Marc Fehling Date: Mon, 12 Aug 2024 21:29:12 +0000 (-0600) Subject: We no longer need to keep it in one line. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17500%2Fhead;p=dealii.git We no longer need to keep it in one line. --- diff --git a/examples/step-17/CMakeLists.txt b/examples/step-17/CMakeLists.txt index 319e5b8b68..2c98024095 100644 --- a/examples/step-17/CMakeLists.txt +++ b/examples/step-17/CMakeLists.txt @@ -38,7 +38,7 @@ endif () # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_PETSC OR DEAL_II_PETSC_WITH_COMPLEX) # keep in one line +if(NOT DEAL_II_WITH_PETSC OR DEAL_II_PETSC_WITH_COMPLEX) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_PETSC = ON diff --git a/examples/step-18/CMakeLists.txt b/examples/step-18/CMakeLists.txt index 3ce2c51f15..4c80b0d194 100644 --- a/examples/step-18/CMakeLists.txt +++ b/examples/step-18/CMakeLists.txt @@ -38,7 +38,7 @@ endif () # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_PETSC OR DEAL_II_PETSC_WITH_COMPLEX) # keep in one line +if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_PETSC OR DEAL_II_PETSC_WITH_COMPLEX) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_MPI = ON diff --git a/examples/step-22/CMakeLists.txt b/examples/step-22/CMakeLists.txt index e29c51ede0..a842fa3f04 100644 --- a/examples/step-22/CMakeLists.txt +++ b/examples/step-22/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_UMFPACK) # keep in one line +if(NOT DEAL_II_WITH_UMFPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_UMFPACK = ON diff --git a/examples/step-29/CMakeLists.txt b/examples/step-29/CMakeLists.txt index 6363219c96..c78b7575ba 100644 --- a/examples/step-29/CMakeLists.txt +++ b/examples/step-29/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_UMFPACK) # keep in one line +if(NOT DEAL_II_WITH_UMFPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_UMFPACK = ON diff --git a/examples/step-31/CMakeLists.txt b/examples/step-31/CMakeLists.txt index e634ff7e1f..5bb5350cbe 100644 --- a/examples/step-31/CMakeLists.txt +++ b/examples/step-31/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_TRILINOS) # keep in one line +if(NOT DEAL_II_WITH_TRILINOS) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_TRILINOS = ON diff --git a/examples/step-32/CMakeLists.txt b/examples/step-32/CMakeLists.txt index ac821b5d48..d6d36b38c1 100644 --- a/examples/step-32/CMakeLists.txt +++ b/examples/step-32/CMakeLists.txt @@ -40,7 +40,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) # keep in one line +if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_MPI = ON diff --git a/examples/step-33/CMakeLists.txt b/examples/step-33/CMakeLists.txt index 08832fbbf5..3570015c0f 100644 --- a/examples/step-33/CMakeLists.txt +++ b/examples/step-33/CMakeLists.txt @@ -40,7 +40,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_TRILINOS_WITH_SACADO OR NOT DEAL_II_WITH_MUPARSER) # keep in one line +if(NOT DEAL_II_TRILINOS_WITH_SACADO OR NOT DEAL_II_WITH_MUPARSER) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_MUPARSER = ON diff --git a/examples/step-34/CMakeLists.txt b/examples/step-34/CMakeLists.txt index 12242572be..3d93da64d4 100644 --- a/examples/step-34/CMakeLists.txt +++ b/examples/step-34/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_MUPARSER) # keep in one line +if(NOT DEAL_II_WITH_MUPARSER) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_MUPARSER = ON diff --git a/examples/step-35/CMakeLists.txt b/examples/step-35/CMakeLists.txt index 0a37084a54..2e0ec0faa3 100644 --- a/examples/step-35/CMakeLists.txt +++ b/examples/step-35/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_UMFPACK) # keep in one line +if(NOT DEAL_II_WITH_UMFPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_UMFPACK = ON diff --git a/examples/step-36/CMakeLists.txt b/examples/step-36/CMakeLists.txt index f584dea5af..006531bd6e 100644 --- a/examples/step-36/CMakeLists.txt +++ b/examples/step-36/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_PETSC OR NOT DEAL_II_WITH_SLEPC OR DEAL_II_PETSC_WITH_COMPLEX) # keep in one line +if(NOT DEAL_II_WITH_PETSC OR NOT DEAL_II_WITH_SLEPC OR DEAL_II_PETSC_WITH_COMPLEX) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_PETSC = ON diff --git a/examples/step-37/CMakeLists.txt b/examples/step-37/CMakeLists.txt index 81a6090283..7f3c43a5a4 100644 --- a/examples/step-37/CMakeLists.txt +++ b/examples/step-37/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_LAPACK) # keep in one line +if(NOT DEAL_II_WITH_LAPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_LAPACK = ON diff --git a/examples/step-40/CMakeLists.txt b/examples/step-40/CMakeLists.txt index 4803c0ba07..d7bb5f3009 100644 --- a/examples/step-40/CMakeLists.txt +++ b/examples/step-40/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST) # keep in one line +if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_PETSC = ON diff --git a/examples/step-41/CMakeLists.txt b/examples/step-41/CMakeLists.txt index b185005493..d37ec5b0c4 100644 --- a/examples/step-41/CMakeLists.txt +++ b/examples/step-41/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_TRILINOS) # keep in one line +if(NOT DEAL_II_WITH_TRILINOS) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_TRILINOS = ON diff --git a/examples/step-42/CMakeLists.txt b/examples/step-42/CMakeLists.txt index 7c01b19429..682efc3a97 100644 --- a/examples/step-42/CMakeLists.txt +++ b/examples/step-42/CMakeLists.txt @@ -40,7 +40,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) # keep in one line +if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_MPI = ON diff --git a/examples/step-43/CMakeLists.txt b/examples/step-43/CMakeLists.txt index 5e5827f4b9..f06bdd0a27 100644 --- a/examples/step-43/CMakeLists.txt +++ b/examples/step-43/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_TRILINOS) # keep in one line +if(NOT DEAL_II_WITH_TRILINOS) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_TRILINOS = ON diff --git a/examples/step-45/CMakeLists.txt b/examples/step-45/CMakeLists.txt index b8400eec1d..4c8fe9712c 100644 --- a/examples/step-45/CMakeLists.txt +++ b/examples/step-45/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) # keep in one line +if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_MPI = ON diff --git a/examples/step-46/CMakeLists.txt b/examples/step-46/CMakeLists.txt index d55ae9c287..caaab86ece 100644 --- a/examples/step-46/CMakeLists.txt +++ b/examples/step-46/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_UMFPACK) # keep in one line +if(NOT DEAL_II_WITH_UMFPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_UMFPACK = ON diff --git a/examples/step-47/CMakeLists.txt b/examples/step-47/CMakeLists.txt index 6ed7fe381c..bc58c45578 100644 --- a/examples/step-47/CMakeLists.txt +++ b/examples/step-47/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_UMFPACK) # keep in one line +if(NOT DEAL_II_WITH_UMFPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_UMFPACK = ON diff --git a/examples/step-50/CMakeLists.txt b/examples/step-50/CMakeLists.txt index f55c3c0add..adf66cb256 100644 --- a/examples/step-50/CMakeLists.txt +++ b/examples/step-50/CMakeLists.txt @@ -40,7 +40,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST) # keep in one line +if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_PETSC = ON diff --git a/examples/step-52/CMakeLists.txt b/examples/step-52/CMakeLists.txt index 110e10ccd4..4d39b4173d 100644 --- a/examples/step-52/CMakeLists.txt +++ b/examples/step-52/CMakeLists.txt @@ -40,7 +40,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_UMFPACK) # keep in one line +if(NOT DEAL_II_WITH_UMFPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_UMFPACK = ON diff --git a/examples/step-53/CMakeLists.txt b/examples/step-53/CMakeLists.txt index e3cca6b180..3d3896fded 100644 --- a/examples/step-53/CMakeLists.txt +++ b/examples/step-53/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_ZLIB) # keep in one line +if(NOT DEAL_II_WITH_ZLIB) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_ZLIB = ON diff --git a/examples/step-54/CMakeLists.txt b/examples/step-54/CMakeLists.txt index 7679acd7f9..b86b0776fe 100644 --- a/examples/step-54/CMakeLists.txt +++ b/examples/step-54/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_OPENCASCADE) # keep in one line +if(NOT DEAL_II_WITH_OPENCASCADE) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_OPENCASCADE = ON diff --git a/examples/step-55/CMakeLists.txt b/examples/step-55/CMakeLists.txt index c56202ea4c..26689615ea 100644 --- a/examples/step-55/CMakeLists.txt +++ b/examples/step-55/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST) # keep in one line +if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_PETSC = ON diff --git a/examples/step-56/CMakeLists.txt b/examples/step-56/CMakeLists.txt index 476b359e00..050f2c8700 100644 --- a/examples/step-56/CMakeLists.txt +++ b/examples/step-56/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_UMFPACK) # keep in one line +if(NOT DEAL_II_WITH_UMFPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_UMFPACK = ON diff --git a/examples/step-57/CMakeLists.txt b/examples/step-57/CMakeLists.txt index 91e9d50c3a..fa3aefad86 100644 --- a/examples/step-57/CMakeLists.txt +++ b/examples/step-57/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_UMFPACK) # keep in one line +if(NOT DEAL_II_WITH_UMFPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_UMFPACK = ON diff --git a/examples/step-58/CMakeLists.txt b/examples/step-58/CMakeLists.txt index 66c0e52eae..a4495ed873 100644 --- a/examples/step-58/CMakeLists.txt +++ b/examples/step-58/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT (DEAL_II_WITH_UMFPACK AND DEAL_II_WITH_COMPLEX_VALUES)) # keep in one line +if(NOT (DEAL_II_WITH_UMFPACK AND DEAL_II_WITH_COMPLEX_VALUES)) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_UMFPACK = ON diff --git a/examples/step-59/CMakeLists.txt b/examples/step-59/CMakeLists.txt index 0cc0cc0b15..1ce9727050 100644 --- a/examples/step-59/CMakeLists.txt +++ b/examples/step-59/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_LAPACK) # keep in one line +if(NOT DEAL_II_WITH_LAPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_LAPACK = ON diff --git a/examples/step-60/CMakeLists.txt b/examples/step-60/CMakeLists.txt index 6665f9cea6..f82d87169c 100644 --- a/examples/step-60/CMakeLists.txt +++ b/examples/step-60/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_UMFPACK OR NOT DEAL_II_WITH_MUPARSER) # keep in one line +if(NOT DEAL_II_WITH_UMFPACK OR NOT DEAL_II_WITH_MUPARSER) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_MUPARSER = ON diff --git a/examples/step-62/CMakeLists.txt b/examples/step-62/CMakeLists.txt index f0409ed5d7..f49714a6b6 100644 --- a/examples/step-62/CMakeLists.txt +++ b/examples/step-62/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT (DEAL_II_WITH_PETSC AND DEAL_II_PETSC_WITH_COMPLEX AND DEAL_II_WITH_P4EST AND DEAL_II_WITH_HDF5)) # keep in one line +if(NOT (DEAL_II_WITH_PETSC AND DEAL_II_PETSC_WITH_COMPLEX AND DEAL_II_WITH_P4EST AND DEAL_II_WITH_HDF5)) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_PETSC = ON diff --git a/examples/step-64/CMakeLists.txt b/examples/step-64/CMakeLists.txt index 0dd5c01e94..8feccbf9a1 100644 --- a/examples/step-64/CMakeLists.txt +++ b/examples/step-64/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST) # keep in one line +if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_MPI = ON diff --git a/examples/step-66/CMakeLists.txt b/examples/step-66/CMakeLists.txt index 58ef4e17dd..9dc5ad67fa 100644 --- a/examples/step-66/CMakeLists.txt +++ b/examples/step-66/CMakeLists.txt @@ -34,7 +34,7 @@ if(NOT ${deal.II_FOUND}) ) endif() -if(NOT DEAL_II_WITH_LAPACK OR NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST) # keep in one line +if(NOT DEAL_II_WITH_LAPACK OR NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_LAPACK = ON diff --git a/examples/step-68/CMakeLists.txt b/examples/step-68/CMakeLists.txt index ed9492fe01..387b04e54e 100644 --- a/examples/step-68/CMakeLists.txt +++ b/examples/step-68/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_P4EST) # keep in one line +if(NOT DEAL_II_WITH_P4EST) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_P4EST = ON diff --git a/examples/step-69/CMakeLists.txt b/examples/step-69/CMakeLists.txt index a81934b90f..cee1609ac4 100644 --- a/examples/step-69/CMakeLists.txt +++ b/examples/step-69/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST) # keep in one line +if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_MPI = ON diff --git a/examples/step-70/CMakeLists.txt b/examples/step-70/CMakeLists.txt index 762a914fe9..7f00790799 100644 --- a/examples/step-70/CMakeLists.txt +++ b/examples/step-70/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST) # keep in one line +if(NOT ((DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) OR DEAL_II_WITH_TRILINOS) OR NOT DEAL_II_WITH_P4EST) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_PETSC = ON diff --git a/examples/step-71/CMakeLists.txt b/examples/step-71/CMakeLists.txt index 541a4fb518..ca2ae985ce 100644 --- a/examples/step-71/CMakeLists.txt +++ b/examples/step-71/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT ((DEAL_II_WITH_TRILINOS AND DEAL_II_TRILINOS_WITH_SACADO) AND DEAL_II_WITH_SYMENGINE)) # keep in one line +if(NOT ((DEAL_II_WITH_TRILINOS AND DEAL_II_TRILINOS_WITH_SACADO) AND DEAL_II_WITH_SYMENGINE)) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_TRILINOS = ON diff --git a/examples/step-72/CMakeLists.txt b/examples/step-72/CMakeLists.txt index a4a483047e..e28de5dc93 100644 --- a/examples/step-72/CMakeLists.txt +++ b/examples/step-72/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT (DEAL_II_WITH_TRILINOS AND DEAL_II_TRILINOS_WITH_SACADO)) # keep in one line +if(NOT (DEAL_II_WITH_TRILINOS AND DEAL_II_TRILINOS_WITH_SACADO)) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_TRILINOS = ON diff --git a/examples/step-74/CMakeLists.txt b/examples/step-74/CMakeLists.txt index 749d667978..9cbf01cf40 100644 --- a/examples/step-74/CMakeLists.txt +++ b/examples/step-74/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_UMFPACK) # keep in one line +if(NOT DEAL_II_WITH_UMFPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_UMFPACK = ON diff --git a/examples/step-75/CMakeLists.txt b/examples/step-75/CMakeLists.txt index 945d32d28e..9e92f50d00 100644 --- a/examples/step-75/CMakeLists.txt +++ b/examples/step-75/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) # keep in one line +if(NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_P4EST = ON diff --git a/examples/step-77/CMakeLists.txt b/examples/step-77/CMakeLists.txt index 491af8335c..0de5cbec1f 100644 --- a/examples/step-77/CMakeLists.txt +++ b/examples/step-77/CMakeLists.txt @@ -34,7 +34,7 @@ if(NOT ${deal.II_FOUND}) ) endif() -if(NOT DEAL_II_WITH_SUNDIALS) # keep in one line +if(NOT DEAL_II_WITH_SUNDIALS) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_SUNDIALS = ON diff --git a/examples/step-79/CMakeLists.txt b/examples/step-79/CMakeLists.txt index 319b98d68c..ffea65a2a5 100644 --- a/examples/step-79/CMakeLists.txt +++ b/examples/step-79/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_UMFPACK) # keep in one line +if(NOT DEAL_II_WITH_UMFPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_UMFPACK = ON diff --git a/examples/step-81/CMakeLists.txt b/examples/step-81/CMakeLists.txt index 437cd2974b..e5774a8c56 100644 --- a/examples/step-81/CMakeLists.txt +++ b/examples/step-81/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_UMFPACK) # keep in one line +if(NOT DEAL_II_WITH_UMFPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_UMFPACK = ON diff --git a/examples/step-82/CMakeLists.txt b/examples/step-82/CMakeLists.txt index 44386a0fdf..b4034661ee 100644 --- a/examples/step-82/CMakeLists.txt +++ b/examples/step-82/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_UMFPACK) # keep in one line +if(NOT DEAL_II_WITH_UMFPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_UMFPACK = ON diff --git a/examples/step-83/CMakeLists.txt b/examples/step-83/CMakeLists.txt index ea68ca9845..7fefe30290 100644 --- a/examples/step-83/CMakeLists.txt +++ b/examples/step-83/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_MPI) # keep in one line +if(NOT DEAL_II_WITH_MPI) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following option: DEAL_II_WITH_MPI = ON diff --git a/examples/step-85/CMakeLists.txt b/examples/step-85/CMakeLists.txt index c55c7cabe5..8f6876fd6d 100644 --- a/examples/step-85/CMakeLists.txt +++ b/examples/step-85/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_LAPACK) # keep in one line +if(NOT DEAL_II_WITH_LAPACK) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_LAPACK = ON diff --git a/examples/step-86/CMakeLists.txt b/examples/step-86/CMakeLists.txt index 12ce264f2f..51f283392e 100644 --- a/examples/step-86/CMakeLists.txt +++ b/examples/step-86/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if((NOT DEAL_II_WITH_PETSC OR DEAL_II_PETSC_WITH_COMPLEX) OR (NOT DEAL_II_WITH_P4EST)) # keep in one line +if((NOT DEAL_II_WITH_PETSC OR DEAL_II_PETSC_WITH_COMPLEX) OR (NOT DEAL_II_WITH_P4EST)) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_PETSC = ON diff --git a/examples/step-87/CMakeLists.txt b/examples/step-87/CMakeLists.txt index 34f3d9ea98..3b7140e6fa 100644 --- a/examples/step-87/CMakeLists.txt +++ b/examples/step-87/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_MPI) # keep in one line +if(NOT DEAL_II_WITH_MPI) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following option: DEAL_II_WITH_MPI = ON diff --git a/examples/step-89/CMakeLists.txt b/examples/step-89/CMakeLists.txt index d01409ef53..fcc646a0c6 100644 --- a/examples/step-89/CMakeLists.txt +++ b/examples/step-89/CMakeLists.txt @@ -37,7 +37,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_MPI) # keep in one line +if(NOT DEAL_II_WITH_MPI) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following option: DEAL_II_WITH_MPI = ON diff --git a/examples/step-90/CMakeLists.txt b/examples/step-90/CMakeLists.txt index 17082643f8..d975df1eda 100644 --- a/examples/step-90/CMakeLists.txt +++ b/examples/step-90/CMakeLists.txt @@ -40,7 +40,7 @@ endif() # # Are all dependencies fulfilled? # -if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) # keep in one line +if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_TRILINOS) message(FATAL_ERROR " Error! This tutorial requires a deal.II library that was configured with the following options: DEAL_II_WITH_MPI = ON