From d1a58d4de5f7a06901ab7742ea17ca584871fbbb Mon Sep 17 00:00:00 2001 From: maier Date: Mon, 23 Jun 2014 08:12:40 +0000 Subject: [PATCH] I'm proud to pass the 'CMake dunce cap' on to somebody else :-> git-svn-id: https://svn.dealii.org/trunk@33078 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-10/CMakeLists.txt | 4 ++-- deal.II/examples/step-11/CMakeLists.txt | 4 ++-- deal.II/examples/step-12/CMakeLists.txt | 4 ++-- deal.II/examples/step-13/CMakeLists.txt | 4 ++-- deal.II/examples/step-14/CMakeLists.txt | 4 ++-- deal.II/examples/step-15/CMakeLists.txt | 4 ++-- deal.II/examples/step-16/CMakeLists.txt | 4 ++-- deal.II/examples/step-17/CMakeLists.txt | 4 ++-- deal.II/examples/step-18/CMakeLists.txt | 4 ++-- deal.II/examples/step-19/CMakeLists.txt | 4 ++-- deal.II/examples/step-20/CMakeLists.txt | 4 ++-- deal.II/examples/step-21/CMakeLists.txt | 4 ++-- deal.II/examples/step-22/CMakeLists.txt | 4 ++-- deal.II/examples/step-23/CMakeLists.txt | 4 ++-- deal.II/examples/step-24/CMakeLists.txt | 4 ++-- deal.II/examples/step-25/CMakeLists.txt | 4 ++-- deal.II/examples/step-26/CMakeLists.txt | 4 ++-- deal.II/examples/step-27/CMakeLists.txt | 4 ++-- deal.II/examples/step-28/CMakeLists.txt | 4 ++-- deal.II/examples/step-29/CMakeLists.txt | 4 ++-- deal.II/examples/step-30/CMakeLists.txt | 4 ++-- deal.II/examples/step-31/CMakeLists.txt | 4 ++-- deal.II/examples/step-32/CMakeLists.txt | 4 ++-- deal.II/examples/step-33/CMakeLists.txt | 4 ++-- deal.II/examples/step-34/CMakeLists.txt | 4 ++-- deal.II/examples/step-35/CMakeLists.txt | 4 ++-- deal.II/examples/step-36/CMakeLists.txt | 4 ++-- deal.II/examples/step-37/CMakeLists.txt | 4 ++-- deal.II/examples/step-38/CMakeLists.txt | 4 ++-- deal.II/examples/step-39/CMakeLists.txt | 4 ++-- deal.II/examples/step-40/CMakeLists.txt | 4 ++-- deal.II/examples/step-41/CMakeLists.txt | 4 ++-- deal.II/examples/step-42/CMakeLists.txt | 4 ++-- deal.II/examples/step-43/CMakeLists.txt | 4 ++-- deal.II/examples/step-44/CMakeLists.txt | 4 ++-- deal.II/examples/step-45/CMakeLists.txt | 4 ++-- deal.II/examples/step-46/CMakeLists.txt | 4 ++-- deal.II/examples/step-47/CMakeLists.txt | 4 ++-- deal.II/examples/step-48/CMakeLists.txt | 4 ++-- deal.II/examples/step-49/CMakeLists.txt | 4 ++-- deal.II/examples/step-50/CMakeLists.txt | 4 ++-- deal.II/examples/step-51/CMakeLists.txt | 4 ++-- deal.II/examples/step-52/CMakeLists.txt | 4 ++-- 43 files changed, 86 insertions(+), 86 deletions(-) diff --git a/deal.II/examples/step-10/CMakeLists.txt b/deal.II/examples/step-10/CMakeLists.txt index f0b3d6f96e..f0338bb852 100644 --- a/deal.II/examples/step-10/CMakeLists.txt +++ b/deal.II/examples/step-10/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-10") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-11/CMakeLists.txt b/deal.II/examples/step-11/CMakeLists.txt index e727a3ffc8..bdb705ce83 100644 --- a/deal.II/examples/step-11/CMakeLists.txt +++ b/deal.II/examples/step-11/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-11") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-12/CMakeLists.txt b/deal.II/examples/step-12/CMakeLists.txt index 7549bef442..efe7fa552d 100644 --- a/deal.II/examples/step-12/CMakeLists.txt +++ b/deal.II/examples/step-12/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-12") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-13/CMakeLists.txt b/deal.II/examples/step-13/CMakeLists.txt index 7211dc3d30..27115bdae4 100644 --- a/deal.II/examples/step-13/CMakeLists.txt +++ b/deal.II/examples/step-13/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-13") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-14/CMakeLists.txt b/deal.II/examples/step-14/CMakeLists.txt index 5bdba62bfc..bb4d312a80 100644 --- a/deal.II/examples/step-14/CMakeLists.txt +++ b/deal.II/examples/step-14/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-14") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-15/CMakeLists.txt b/deal.II/examples/step-15/CMakeLists.txt index b94a5f25fc..c7eefe88f5 100644 --- a/deal.II/examples/step-15/CMakeLists.txt +++ b/deal.II/examples/step-15/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-15") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-16/CMakeLists.txt b/deal.II/examples/step-16/CMakeLists.txt index 46b24ab68d..c0a8df85a7 100644 --- a/deal.II/examples/step-16/CMakeLists.txt +++ b/deal.II/examples/step-16/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-16") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-17/CMakeLists.txt b/deal.II/examples/step-17/CMakeLists.txt index 35c9178fd1..1d7b538b10 100644 --- a/deal.II/examples/step-17/CMakeLists.txt +++ b/deal.II/examples/step-17/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-17") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-18/CMakeLists.txt b/deal.II/examples/step-18/CMakeLists.txt index cfc3ce6703..2729eb7e66 100644 --- a/deal.II/examples/step-18/CMakeLists.txt +++ b/deal.II/examples/step-18/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-18") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-19/CMakeLists.txt b/deal.II/examples/step-19/CMakeLists.txt index 499e4465f9..08cbbf78e0 100644 --- a/deal.II/examples/step-19/CMakeLists.txt +++ b/deal.II/examples/step-19/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-19") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-20/CMakeLists.txt b/deal.II/examples/step-20/CMakeLists.txt index 607faa7859..8d1faaef41 100644 --- a/deal.II/examples/step-20/CMakeLists.txt +++ b/deal.II/examples/step-20/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-20") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-21/CMakeLists.txt b/deal.II/examples/step-21/CMakeLists.txt index 8ab39ed523..02e74147b6 100644 --- a/deal.II/examples/step-21/CMakeLists.txt +++ b/deal.II/examples/step-21/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-21") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-22/CMakeLists.txt b/deal.II/examples/step-22/CMakeLists.txt index 8d0f46105c..6d2d8fcf75 100644 --- a/deal.II/examples/step-22/CMakeLists.txt +++ b/deal.II/examples/step-22/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-22") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-23/CMakeLists.txt b/deal.II/examples/step-23/CMakeLists.txt index 6e50439b2f..f4c9de6e58 100644 --- a/deal.II/examples/step-23/CMakeLists.txt +++ b/deal.II/examples/step-23/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-23") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-24/CMakeLists.txt b/deal.II/examples/step-24/CMakeLists.txt index b2fd3cde97..152d156285 100644 --- a/deal.II/examples/step-24/CMakeLists.txt +++ b/deal.II/examples/step-24/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-24") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-25/CMakeLists.txt b/deal.II/examples/step-25/CMakeLists.txt index d5de24eec3..1f8b3650dc 100644 --- a/deal.II/examples/step-25/CMakeLists.txt +++ b/deal.II/examples/step-25/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-25") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-26/CMakeLists.txt b/deal.II/examples/step-26/CMakeLists.txt index 63d0de4326..a03c536e65 100644 --- a/deal.II/examples/step-26/CMakeLists.txt +++ b/deal.II/examples/step-26/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-26") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-27/CMakeLists.txt b/deal.II/examples/step-27/CMakeLists.txt index bcd467d2f7..c3ba2fe035 100644 --- a/deal.II/examples/step-27/CMakeLists.txt +++ b/deal.II/examples/step-27/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-27") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-28/CMakeLists.txt b/deal.II/examples/step-28/CMakeLists.txt index c43d7c65fc..3c5d8484b0 100644 --- a/deal.II/examples/step-28/CMakeLists.txt +++ b/deal.II/examples/step-28/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-28") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-29/CMakeLists.txt b/deal.II/examples/step-29/CMakeLists.txt index a9cf108f0c..f534d72fe0 100644 --- a/deal.II/examples/step-29/CMakeLists.txt +++ b/deal.II/examples/step-29/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-29") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-30/CMakeLists.txt b/deal.II/examples/step-30/CMakeLists.txt index 1a7478d27d..105f6748bc 100644 --- a/deal.II/examples/step-30/CMakeLists.txt +++ b/deal.II/examples/step-30/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-30") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-31/CMakeLists.txt b/deal.II/examples/step-31/CMakeLists.txt index 838a6408ec..a6314d2518 100644 --- a/deal.II/examples/step-31/CMakeLists.txt +++ b/deal.II/examples/step-31/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-31") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-32/CMakeLists.txt b/deal.II/examples/step-32/CMakeLists.txt index 672020b88d..b37c02b324 100644 --- a/deal.II/examples/step-32/CMakeLists.txt +++ b/deal.II/examples/step-32/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-32") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-33/CMakeLists.txt b/deal.II/examples/step-33/CMakeLists.txt index 48d719b9bf..7508bed485 100644 --- a/deal.II/examples/step-33/CMakeLists.txt +++ b/deal.II/examples/step-33/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-33") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-34/CMakeLists.txt b/deal.II/examples/step-34/CMakeLists.txt index d4d6d24ba9..126f19ffe8 100644 --- a/deal.II/examples/step-34/CMakeLists.txt +++ b/deal.II/examples/step-34/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-34") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-35/CMakeLists.txt b/deal.II/examples/step-35/CMakeLists.txt index 7e24bcdb60..0d46e64919 100644 --- a/deal.II/examples/step-35/CMakeLists.txt +++ b/deal.II/examples/step-35/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-35") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-36/CMakeLists.txt b/deal.II/examples/step-36/CMakeLists.txt index 56d8259137..fad3670810 100644 --- a/deal.II/examples/step-36/CMakeLists.txt +++ b/deal.II/examples/step-36/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-36") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-37/CMakeLists.txt b/deal.II/examples/step-37/CMakeLists.txt index 1d64d1bf37..59f0037324 100644 --- a/deal.II/examples/step-37/CMakeLists.txt +++ b/deal.II/examples/step-37/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-37") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-38/CMakeLists.txt b/deal.II/examples/step-38/CMakeLists.txt index a3c0dfa443..5017ef870d 100644 --- a/deal.II/examples/step-38/CMakeLists.txt +++ b/deal.II/examples/step-38/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-38") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-39/CMakeLists.txt b/deal.II/examples/step-39/CMakeLists.txt index 760ca817be..7933a43977 100644 --- a/deal.II/examples/step-39/CMakeLists.txt +++ b/deal.II/examples/step-39/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-39") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-40/CMakeLists.txt b/deal.II/examples/step-40/CMakeLists.txt index 19b844fa79..e4a72157b5 100644 --- a/deal.II/examples/step-40/CMakeLists.txt +++ b/deal.II/examples/step-40/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-40") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-41/CMakeLists.txt b/deal.II/examples/step-41/CMakeLists.txt index ab86fc016e..ac4bc22132 100644 --- a/deal.II/examples/step-41/CMakeLists.txt +++ b/deal.II/examples/step-41/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-41") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-42/CMakeLists.txt b/deal.II/examples/step-42/CMakeLists.txt index f4ea84fb03..911bfe6b6a 100644 --- a/deal.II/examples/step-42/CMakeLists.txt +++ b/deal.II/examples/step-42/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-42") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-43/CMakeLists.txt b/deal.II/examples/step-43/CMakeLists.txt index 8715502d06..71608bb00f 100644 --- a/deal.II/examples/step-43/CMakeLists.txt +++ b/deal.II/examples/step-43/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-43") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-44/CMakeLists.txt b/deal.II/examples/step-44/CMakeLists.txt index 2a6c116e6e..e4b4d7d670 100644 --- a/deal.II/examples/step-44/CMakeLists.txt +++ b/deal.II/examples/step-44/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-44") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-45/CMakeLists.txt b/deal.II/examples/step-45/CMakeLists.txt index b303ece3af..9f7c179093 100644 --- a/deal.II/examples/step-45/CMakeLists.txt +++ b/deal.II/examples/step-45/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-45") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-46/CMakeLists.txt b/deal.II/examples/step-46/CMakeLists.txt index 9a7b61b057..c4e9842331 100644 --- a/deal.II/examples/step-46/CMakeLists.txt +++ b/deal.II/examples/step-46/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-46") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-47/CMakeLists.txt b/deal.II/examples/step-47/CMakeLists.txt index cba47b2888..1ffa7304e3 100644 --- a/deal.II/examples/step-47/CMakeLists.txt +++ b/deal.II/examples/step-47/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-47") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-48/CMakeLists.txt b/deal.II/examples/step-48/CMakeLists.txt index 8c849bc7d5..cee5ade87b 100644 --- a/deal.II/examples/step-48/CMakeLists.txt +++ b/deal.II/examples/step-48/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-48") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-49/CMakeLists.txt b/deal.II/examples/step-49/CMakeLists.txt index 6469c2cf32..2e902ec983 100644 --- a/deal.II/examples/step-49/CMakeLists.txt +++ b/deal.II/examples/step-49/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-49") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -F# ILE(GLOB_RECURSE TARGET_INC "include/*.h") -S# ET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-50/CMakeLists.txt b/deal.II/examples/step-50/CMakeLists.txt index 819726cb0e..8d324630d4 100644 --- a/deal.II/examples/step-50/CMakeLists.txt +++ b/deal.II/examples/step-50/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-50") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-51/CMakeLists.txt b/deal.II/examples/step-51/CMakeLists.txt index b50ebadd8a..3f34f9a1e0 100644 --- a/deal.II/examples/step-51/CMakeLists.txt +++ b/deal.II/examples/step-51/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-51") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -F# ILE(GLOB_RECURSE TARGET_INC "include/*.h") -S# ET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. diff --git a/deal.II/examples/step-52/CMakeLists.txt b/deal.II/examples/step-52/CMakeLists.txt index 3ec123c0e5..11618a73e7 100644 --- a/deal.II/examples/step-52/CMakeLists.txt +++ b/deal.II/examples/step-52/CMakeLists.txt @@ -10,8 +10,8 @@ SET(TARGET "step-52") # to add other source files as well. If your project becomes much larger, # you may want to either replace the following statement by something like # FILE(GLOB_RECURSE TARGET_SRC "source/*.cc") -FI# LE(GLOB_RECURSE TARGET_INC "include/*.h") -SE# T(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) +# FILE(GLOB_RECURSE TARGET_INC "include/*.h") +# SET(TARGET_SRC ${TARGET_SRC} ${TARGET_INC}) # or switch altogether to the large project CMakeLists.txt file discussed # in the "CMake in user projects" page accessible from the "User info" # page of the documentation. -- 2.39.5