From: Matthias Maier Date: Mon, 21 Mar 2022 16:21:32 +0000 (-0500) Subject: CMake: uniformly require version 3.3.0 X-Git-Tag: v9.4.0-rc1~355^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a93ff86d530727fa62b4b29cf2114bdbed783af;p=dealii.git CMake: uniformly require version 3.3.0 --- diff --git a/examples/step-1/CMakeLists.txt b/examples/step-1/CMakeLists.txt index af69e7258e..5d0246405f 100644 --- a/examples/step-1/CMakeLists.txt +++ b/examples/step-1/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-10/CMakeLists.txt b/examples/step-10/CMakeLists.txt index b2495cce69..b909b03761 100644 --- a/examples/step-10/CMakeLists.txt +++ b/examples/step-10/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-11/CMakeLists.txt b/examples/step-11/CMakeLists.txt index af7232ddf0..6ed649387a 100644 --- a/examples/step-11/CMakeLists.txt +++ b/examples/step-11/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-12/CMakeLists.txt b/examples/step-12/CMakeLists.txt index a40d71bb1e..4a2b94f4d1 100644 --- a/examples/step-12/CMakeLists.txt +++ b/examples/step-12/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-12b/CMakeLists.txt b/examples/step-12b/CMakeLists.txt index 8b584d3d32..2ad7e51d96 100644 --- a/examples/step-12b/CMakeLists.txt +++ b/examples/step-12b/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-13/CMakeLists.txt b/examples/step-13/CMakeLists.txt index a7983b7e02..9ed80c78af 100644 --- a/examples/step-13/CMakeLists.txt +++ b/examples/step-13/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-14/CMakeLists.txt b/examples/step-14/CMakeLists.txt index f5e0be2c9b..6aef3caace 100644 --- a/examples/step-14/CMakeLists.txt +++ b/examples/step-14/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-15/CMakeLists.txt b/examples/step-15/CMakeLists.txt index 32ee7412f1..51fb6b5cac 100644 --- a/examples/step-15/CMakeLists.txt +++ b/examples/step-15/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-16/CMakeLists.txt b/examples/step-16/CMakeLists.txt index 6bd29f5685..227ae7725f 100644 --- a/examples/step-16/CMakeLists.txt +++ b/examples/step-16/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-16b/CMakeLists.txt b/examples/step-16b/CMakeLists.txt index 6462299be8..892df38632 100644 --- a/examples/step-16b/CMakeLists.txt +++ b/examples/step-16b/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-17/CMakeLists.txt b/examples/step-17/CMakeLists.txt index 2e533e382f..5d036e3918 100644 --- a/examples/step-17/CMakeLists.txt +++ b/examples/step-17/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS diff --git a/examples/step-18/CMakeLists.txt b/examples/step-18/CMakeLists.txt index 1f2acef84d..0fbe0c9158 100644 --- a/examples/step-18/CMakeLists.txt +++ b/examples/step-18/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS diff --git a/examples/step-19/CMakeLists.txt b/examples/step-19/CMakeLists.txt index 8ee6301848..84dc8f0fb5 100644 --- a/examples/step-19/CMakeLists.txt +++ b/examples/step-19/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 QUIET HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-2/CMakeLists.txt b/examples/step-2/CMakeLists.txt index 0ccafc252b..1c426858b3 100644 --- a/examples/step-2/CMakeLists.txt +++ b/examples/step-2/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-20/CMakeLists.txt b/examples/step-20/CMakeLists.txt index 1d9e70fcd5..adb05cb008 100644 --- a/examples/step-20/CMakeLists.txt +++ b/examples/step-20/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-21/CMakeLists.txt b/examples/step-21/CMakeLists.txt index 12c1821fea..1e8fc0d705 100644 --- a/examples/step-21/CMakeLists.txt +++ b/examples/step-21/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-22/CMakeLists.txt b/examples/step-22/CMakeLists.txt index 853fa15762..917ed76cd0 100644 --- a/examples/step-22/CMakeLists.txt +++ b/examples/step-22/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-23/CMakeLists.txt b/examples/step-23/CMakeLists.txt index 104d55adbf..281c428a6d 100644 --- a/examples/step-23/CMakeLists.txt +++ b/examples/step-23/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-24/CMakeLists.txt b/examples/step-24/CMakeLists.txt index 2b80d004a6..262310ff64 100644 --- a/examples/step-24/CMakeLists.txt +++ b/examples/step-24/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-25/CMakeLists.txt b/examples/step-25/CMakeLists.txt index d2b7ea2c12..f4d63f1ff6 100644 --- a/examples/step-25/CMakeLists.txt +++ b/examples/step-25/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-26/CMakeLists.txt b/examples/step-26/CMakeLists.txt index 2757e2abe4..6561fb3429 100644 --- a/examples/step-26/CMakeLists.txt +++ b/examples/step-26/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-27/CMakeLists.txt b/examples/step-27/CMakeLists.txt index 3a757a02bd..a53d017d80 100644 --- a/examples/step-27/CMakeLists.txt +++ b/examples/step-27/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-28/CMakeLists.txt b/examples/step-28/CMakeLists.txt index 260c131502..abae82c9f5 100644 --- a/examples/step-28/CMakeLists.txt +++ b/examples/step-28/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-29/CMakeLists.txt b/examples/step-29/CMakeLists.txt index a33fa3ce72..521f4c8db9 100644 --- a/examples/step-29/CMakeLists.txt +++ b/examples/step-29/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-3/CMakeLists.txt b/examples/step-3/CMakeLists.txt index 5c007abfd9..dda56cd9f0 100644 --- a/examples/step-3/CMakeLists.txt +++ b/examples/step-3/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-30/CMakeLists.txt b/examples/step-30/CMakeLists.txt index f4ac4aeebc..fec7d92af4 100644 --- a/examples/step-30/CMakeLists.txt +++ b/examples/step-30/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-31/CMakeLists.txt b/examples/step-31/CMakeLists.txt index 7180e8f845..cb4060e861 100644 --- a/examples/step-31/CMakeLists.txt +++ b/examples/step-31/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-32/CMakeLists.txt b/examples/step-32/CMakeLists.txt index 0615acc301..3cef2c2e5a 100644 --- a/examples/step-32/CMakeLists.txt +++ b/examples/step-32/CMakeLists.txt @@ -24,7 +24,7 @@ SET(CLEAN_UP_FILES *.vtu *.pvtu *.visit) # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-33/CMakeLists.txt b/examples/step-33/CMakeLists.txt index c3b71f19a1..223caf0bd3 100644 --- a/examples/step-33/CMakeLists.txt +++ b/examples/step-33/CMakeLists.txt @@ -24,7 +24,7 @@ SET(TARGET_RUN ${TARGET} input.prm) # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-34/CMakeLists.txt b/examples/step-34/CMakeLists.txt index e87fb3be13..2ca1957980 100644 --- a/examples/step-34/CMakeLists.txt +++ b/examples/step-34/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-35/CMakeLists.txt b/examples/step-35/CMakeLists.txt index 5a018094a2..08b291fa53 100644 --- a/examples/step-35/CMakeLists.txt +++ b/examples/step-35/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-36/CMakeLists.txt b/examples/step-36/CMakeLists.txt index e99a752ce4..03eb178985 100644 --- a/examples/step-36/CMakeLists.txt +++ b/examples/step-36/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-37/CMakeLists.txt b/examples/step-37/CMakeLists.txt index b776eedbfe..be93f04065 100644 --- a/examples/step-37/CMakeLists.txt +++ b/examples/step-37/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-38/CMakeLists.txt b/examples/step-38/CMakeLists.txt index ed49d7af3c..517132c64a 100644 --- a/examples/step-38/CMakeLists.txt +++ b/examples/step-38/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-39/CMakeLists.txt b/examples/step-39/CMakeLists.txt index a38c15e7ef..5d5a57e09a 100644 --- a/examples/step-39/CMakeLists.txt +++ b/examples/step-39/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-4/CMakeLists.txt b/examples/step-4/CMakeLists.txt index 73f75b8060..c5c6a1d62f 100644 --- a/examples/step-4/CMakeLists.txt +++ b/examples/step-4/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-40/CMakeLists.txt b/examples/step-40/CMakeLists.txt index 663c25155f..56d485ffce 100644 --- a/examples/step-40/CMakeLists.txt +++ b/examples/step-40/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-41/CMakeLists.txt b/examples/step-41/CMakeLists.txt index 3f6cc1e198..693978cfb8 100644 --- a/examples/step-41/CMakeLists.txt +++ b/examples/step-41/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-42/CMakeLists.txt b/examples/step-42/CMakeLists.txt index fc3841801b..7ab1bb5846 100644 --- a/examples/step-42/CMakeLists.txt +++ b/examples/step-42/CMakeLists.txt @@ -24,7 +24,7 @@ SET(CLEAN_UP_FILES *.vtu *.pvtu *.visit) # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-43/CMakeLists.txt b/examples/step-43/CMakeLists.txt index 8b071f4a96..4c56fc8957 100644 --- a/examples/step-43/CMakeLists.txt +++ b/examples/step-43/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-44/CMakeLists.txt b/examples/step-44/CMakeLists.txt index c491b596fb..bb6490e098 100644 --- a/examples/step-44/CMakeLists.txt +++ b/examples/step-44/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-45/CMakeLists.txt b/examples/step-45/CMakeLists.txt index 58c503a84d..311967ec4f 100644 --- a/examples/step-45/CMakeLists.txt +++ b/examples/step-45/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-46/CMakeLists.txt b/examples/step-46/CMakeLists.txt index 73361b141e..ef3a6e8074 100644 --- a/examples/step-46/CMakeLists.txt +++ b/examples/step-46/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-47/CMakeLists.txt b/examples/step-47/CMakeLists.txt index 99689b4bfa..505aff59ab 100644 --- a/examples/step-47/CMakeLists.txt +++ b/examples/step-47/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-48/CMakeLists.txt b/examples/step-48/CMakeLists.txt index 90c63d6a15..e2a12a24d8 100644 --- a/examples/step-48/CMakeLists.txt +++ b/examples/step-48/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-49/CMakeLists.txt b/examples/step-49/CMakeLists.txt index 133d13c4a6..160f1c1b05 100644 --- a/examples/step-49/CMakeLists.txt +++ b/examples/step-49/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-5/CMakeLists.txt b/examples/step-5/CMakeLists.txt index bc59befb66..11ad3059dd 100644 --- a/examples/step-5/CMakeLists.txt +++ b/examples/step-5/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-50/CMakeLists.txt b/examples/step-50/CMakeLists.txt index 62df717be0..5cb186fb09 100644 --- a/examples/step-50/CMakeLists.txt +++ b/examples/step-50/CMakeLists.txt @@ -24,7 +24,7 @@ SET(CLEAN_UP_FILES *.vtu *.pvtu *.visit) # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-51/CMakeLists.txt b/examples/step-51/CMakeLists.txt index 87b6b18e36..50807ce73d 100644 --- a/examples/step-51/CMakeLists.txt +++ b/examples/step-51/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-52/CMakeLists.txt b/examples/step-52/CMakeLists.txt index 452c5f1dee..e5079dc54a 100644 --- a/examples/step-52/CMakeLists.txt +++ b/examples/step-52/CMakeLists.txt @@ -24,7 +24,7 @@ SET(CLEAN_UP_FILES *.vtu) # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-53/CMakeLists.txt b/examples/step-53/CMakeLists.txt index 54def137b8..3e990c1a36 100644 --- a/examples/step-53/CMakeLists.txt +++ b/examples/step-53/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-54/CMakeLists.txt b/examples/step-54/CMakeLists.txt index 5f2496b399..1990ade105 100644 --- a/examples/step-54/CMakeLists.txt +++ b/examples/step-54/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-55/CMakeLists.txt b/examples/step-55/CMakeLists.txt index dc06e52484..5ce53b617c 100644 --- a/examples/step-55/CMakeLists.txt +++ b/examples/step-55/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-56/CMakeLists.txt b/examples/step-56/CMakeLists.txt index 95d62cb3ec..f99d7c54dc 100644 --- a/examples/step-56/CMakeLists.txt +++ b/examples/step-56/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-57/CMakeLists.txt b/examples/step-57/CMakeLists.txt index b23112915c..29f0c38542 100644 --- a/examples/step-57/CMakeLists.txt +++ b/examples/step-57/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-58/CMakeLists.txt b/examples/step-58/CMakeLists.txt index 87754c95b7..fd929d6126 100644 --- a/examples/step-58/CMakeLists.txt +++ b/examples/step-58/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-59/CMakeLists.txt b/examples/step-59/CMakeLists.txt index d9508e6fd4..25218373fb 100644 --- a/examples/step-59/CMakeLists.txt +++ b/examples/step-59/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-6/CMakeLists.txt b/examples/step-6/CMakeLists.txt index 175c38b1b5..0f4dd1d5bb 100644 --- a/examples/step-6/CMakeLists.txt +++ b/examples/step-6/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-60/CMakeLists.txt b/examples/step-60/CMakeLists.txt index eac27cbdb2..babdc39fa2 100644 --- a/examples/step-60/CMakeLists.txt +++ b/examples/step-60/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-61/CMakeLists.txt b/examples/step-61/CMakeLists.txt index 9cd63787ea..b6ef7d6502 100644 --- a/examples/step-61/CMakeLists.txt +++ b/examples/step-61/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-62/CMakeLists.txt b/examples/step-62/CMakeLists.txt index 13835d807a..700cd2f870 100644 --- a/examples/step-62/CMakeLists.txt +++ b/examples/step-62/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-63/CMakeLists.txt b/examples/step-63/CMakeLists.txt index 42e0a45298..89eea096e0 100644 --- a/examples/step-63/CMakeLists.txt +++ b/examples/step-63/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-65/CMakeLists.txt b/examples/step-65/CMakeLists.txt index c407a97f69..044cfdad60 100644 --- a/examples/step-65/CMakeLists.txt +++ b/examples/step-65/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-66/CMakeLists.txt b/examples/step-66/CMakeLists.txt index 2ffca90ac8..dd639a5d6f 100644 --- a/examples/step-66/CMakeLists.txt +++ b/examples/step-66/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 QUIET HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-67/CMakeLists.txt b/examples/step-67/CMakeLists.txt index 9dd258cad5..eab15d6d86 100644 --- a/examples/step-67/CMakeLists.txt +++ b/examples/step-67/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-68/CMakeLists.txt b/examples/step-68/CMakeLists.txt index 71b379f0e0..1fa499c529 100644 --- a/examples/step-68/CMakeLists.txt +++ b/examples/step-68/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 QUIET HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-69/CMakeLists.txt b/examples/step-69/CMakeLists.txt index 560d528c22..ff73eeb747 100644 --- a/examples/step-69/CMakeLists.txt +++ b/examples/step-69/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-7/CMakeLists.txt b/examples/step-7/CMakeLists.txt index 32c0b95e76..846954a35f 100644 --- a/examples/step-7/CMakeLists.txt +++ b/examples/step-7/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-70/CMakeLists.txt b/examples/step-70/CMakeLists.txt index 5d7de6fe80..0f91d753b8 100644 --- a/examples/step-70/CMakeLists.txt +++ b/examples/step-70/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-71/CMakeLists.txt b/examples/step-71/CMakeLists.txt index 0a25ca9660..ac0700655d 100644 --- a/examples/step-71/CMakeLists.txt +++ b/examples/step-71/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 QUIET HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-72/CMakeLists.txt b/examples/step-72/CMakeLists.txt index 8f222d6252..7fed88e27b 100644 --- a/examples/step-72/CMakeLists.txt +++ b/examples/step-72/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 QUIET HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-74/CMakeLists.txt b/examples/step-74/CMakeLists.txt index 15b42c49cd..ce988241b6 100644 --- a/examples/step-74/CMakeLists.txt +++ b/examples/step-74/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-75/CMakeLists.txt b/examples/step-75/CMakeLists.txt index c0d7171f03..3726253099 100644 --- a/examples/step-75/CMakeLists.txt +++ b/examples/step-75/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-76/CMakeLists.txt b/examples/step-76/CMakeLists.txt index b6dce240fc..09b9663e31 100644 --- a/examples/step-76/CMakeLists.txt +++ b/examples/step-76/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-77/CMakeLists.txt b/examples/step-77/CMakeLists.txt index 76c9fc51ae..d49849084b 100644 --- a/examples/step-77/CMakeLists.txt +++ b/examples/step-77/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-78/CMakeLists.txt b/examples/step-78/CMakeLists.txt index d133b88c3f..f4eb72a9c9 100644 --- a/examples/step-78/CMakeLists.txt +++ b/examples/step-78/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-79/CMakeLists.txt b/examples/step-79/CMakeLists.txt index 2b4809ae3e..101c512b0b 100644 --- a/examples/step-79/CMakeLists.txt +++ b/examples/step-79/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-8/CMakeLists.txt b/examples/step-8/CMakeLists.txt index 1074c80e14..30b9867085 100644 --- a/examples/step-8/CMakeLists.txt +++ b/examples/step-8/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-82/CMakeLists.txt b/examples/step-82/CMakeLists.txt index 5558f0a8ce..e534909435 100644 --- a/examples/step-82/CMakeLists.txt +++ b/examples/step-82/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 9.3.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-85/CMakeLists.txt b/examples/step-85/CMakeLists.txt index dbc0f7dfb4..f88afd5c80 100644 --- a/examples/step-85/CMakeLists.txt +++ b/examples/step-85/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-9/CMakeLists.txt b/examples/step-9/CMakeLists.txt index 7a84a2aa85..a9551d6579 100644 --- a/examples/step-9/CMakeLists.txt +++ b/examples/step-9/CMakeLists.txt @@ -21,7 +21,7 @@ SET(TARGET_SRC # Usually, you will not need to modify anything beyond this point... -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) FIND_PACKAGE(deal.II 10.0.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/tests/a-framework/CMakeLists.txt b/tests/a-framework/CMakeLists.txt index c87cbebfe3..0b61801b17 100644 --- a/tests/a-framework/CMakeLists.txt +++ b/tests/a-framework/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) diff --git a/tests/adolc/CMakeLists.txt b/tests/adolc/CMakeLists.txt index d54596f1f9..c4f706cdb9 100644 --- a/tests/adolc/CMakeLists.txt +++ b/tests/adolc/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_ADOLC) diff --git a/tests/algorithms/CMakeLists.txt b/tests/algorithms/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/algorithms/CMakeLists.txt +++ b/tests/algorithms/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/all-headers/CMakeLists.txt b/tests/all-headers/CMakeLists.txt index 2f2ff468ff..9894da5669 100644 --- a/tests/all-headers/CMakeLists.txt +++ b/tests/all-headers/CMakeLists.txt @@ -13,7 +13,7 @@ ## ## --------------------------------------------------------------------- -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) diff --git a/tests/aniso/CMakeLists.txt b/tests/aniso/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/aniso/CMakeLists.txt +++ b/tests/aniso/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/arborx/CMakeLists.txt b/tests/arborx/CMakeLists.txt index 50b43e346b..e324e7283c 100644 --- a/tests/arborx/CMakeLists.txt +++ b/tests/arborx/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_ARBORX) diff --git a/tests/arpack/CMakeLists.txt b/tests/arpack/CMakeLists.txt index af8e8bdf6c..f9a4110f03 100644 --- a/tests/arpack/CMakeLists.txt +++ b/tests/arpack/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_ARPACK) diff --git a/tests/base/CMakeLists.txt b/tests/base/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/base/CMakeLists.txt +++ b/tests/base/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/bits/CMakeLists.txt b/tests/bits/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/bits/CMakeLists.txt +++ b/tests/bits/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/boost/CMakeLists.txt b/tests/boost/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/boost/CMakeLists.txt +++ b/tests/boost/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/codim_one/CMakeLists.txt b/tests/codim_one/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/codim_one/CMakeLists.txt +++ b/tests/codim_one/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/cuda/CMakeLists.txt b/tests/cuda/CMakeLists.txt index 9dce93724d..dcb04d09af 100644 --- a/tests/cuda/CMakeLists.txt +++ b/tests/cuda/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_CUDA) diff --git a/tests/data_out/CMakeLists.txt b/tests/data_out/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/data_out/CMakeLists.txt +++ b/tests/data_out/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/distributed_grids/CMakeLists.txt b/tests/distributed_grids/CMakeLists.txt index 11cb1eb410..ca755f8da2 100644 --- a/tests/distributed_grids/CMakeLists.txt +++ b/tests/distributed_grids/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_P4EST) diff --git a/tests/dofs/CMakeLists.txt b/tests/dofs/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/dofs/CMakeLists.txt +++ b/tests/dofs/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/epetraext/CMakeLists.txt b/tests/epetraext/CMakeLists.txt index bebbce9e39..486d9202e1 100644 --- a/tests/epetraext/CMakeLists.txt +++ b/tests/epetraext/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_TRILINOS AND DEAL_II_TRILINOS_WITH_EPETRAEXT) diff --git a/tests/examples/CMakeLists.txt b/tests/examples/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/examples/CMakeLists.txt +++ b/tests/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/fe/CMakeLists.txt b/tests/fe/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/fe/CMakeLists.txt +++ b/tests/fe/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/feinterface/CMakeLists.txt b/tests/feinterface/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/feinterface/CMakeLists.txt +++ b/tests/feinterface/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/full_matrix/CMakeLists.txt b/tests/full_matrix/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/full_matrix/CMakeLists.txt +++ b/tests/full_matrix/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/fullydistributed_grids/CMakeLists.txt b/tests/fullydistributed_grids/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/fullydistributed_grids/CMakeLists.txt +++ b/tests/fullydistributed_grids/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/ginkgo/CMakeLists.txt b/tests/ginkgo/CMakeLists.txt index d166e82ea5..42fc2ca13d 100644 --- a/tests/ginkgo/CMakeLists.txt +++ b/tests/ginkgo/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_GINKGO) diff --git a/tests/gla/CMakeLists.txt b/tests/gla/CMakeLists.txt index a08cdb3bb3..0e4ac7914f 100644 --- a/tests/gla/CMakeLists.txt +++ b/tests/gla/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_MPI AND DEAL_II_WITH_P4EST AND DEAL_II_WITH_PETSC AND DEAL_II_WITH_TRILINOS) diff --git a/tests/gmsh/CMakeLists.txt b/tests/gmsh/CMakeLists.txt index 2d74dfa517..ce0bc9ee5f 100644 --- a/tests/gmsh/CMakeLists.txt +++ b/tests/gmsh/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_GMSH) diff --git a/tests/grid/CMakeLists.txt b/tests/grid/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/grid/CMakeLists.txt +++ b/tests/grid/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/hp/CMakeLists.txt b/tests/hp/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/hp/CMakeLists.txt +++ b/tests/hp/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/integrators/CMakeLists.txt b/tests/integrators/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/integrators/CMakeLists.txt +++ b/tests/integrators/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/lac/CMakeLists.txt b/tests/lac/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/lac/CMakeLists.txt +++ b/tests/lac/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/lapack/CMakeLists.txt b/tests/lapack/CMakeLists.txt index cf3a42888f..fe0c136ae9 100644 --- a/tests/lapack/CMakeLists.txt +++ b/tests/lapack/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_LAPACK) diff --git a/tests/manifold/CMakeLists.txt b/tests/manifold/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/manifold/CMakeLists.txt +++ b/tests/manifold/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/mappings/CMakeLists.txt b/tests/mappings/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/mappings/CMakeLists.txt +++ b/tests/mappings/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/matrix_free/CMakeLists.txt b/tests/matrix_free/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/matrix_free/CMakeLists.txt +++ b/tests/matrix_free/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/meshworker/CMakeLists.txt b/tests/meshworker/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/meshworker/CMakeLists.txt +++ b/tests/meshworker/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/metis/CMakeLists.txt b/tests/metis/CMakeLists.txt index 773c591868..fd094cb31e 100644 --- a/tests/metis/CMakeLists.txt +++ b/tests/metis/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_METIS) diff --git a/tests/mpi/CMakeLists.txt b/tests/mpi/CMakeLists.txt index 25f95f941d..663b664e82 100644 --- a/tests/mpi/CMakeLists.txt +++ b/tests/mpi/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_MPI) diff --git a/tests/multigrid-global-coarsening/CMakeLists.txt b/tests/multigrid-global-coarsening/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/multigrid-global-coarsening/CMakeLists.txt +++ b/tests/multigrid-global-coarsening/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/multigrid/CMakeLists.txt b/tests/multigrid/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/multigrid/CMakeLists.txt +++ b/tests/multigrid/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/multithreading/CMakeLists.txt b/tests/multithreading/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/multithreading/CMakeLists.txt +++ b/tests/multithreading/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/non_matching/CMakeLists.txt b/tests/non_matching/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/non_matching/CMakeLists.txt +++ b/tests/non_matching/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/numerics/CMakeLists.txt b/tests/numerics/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/numerics/CMakeLists.txt +++ b/tests/numerics/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/opencascade/CMakeLists.txt b/tests/opencascade/CMakeLists.txt index a95379fabd..99a32abfea 100644 --- a/tests/opencascade/CMakeLists.txt +++ b/tests/opencascade/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_OPENCASCADE) diff --git a/tests/optimization/CMakeLists.txt b/tests/optimization/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/optimization/CMakeLists.txt +++ b/tests/optimization/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/parameter_handler/CMakeLists.txt b/tests/parameter_handler/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/parameter_handler/CMakeLists.txt +++ b/tests/parameter_handler/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/particles/CMakeLists.txt b/tests/particles/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/particles/CMakeLists.txt +++ b/tests/particles/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/performance/CMakeLists.txt b/tests/performance/CMakeLists.txt index 18479a025b..101b1166f1 100644 --- a/tests/performance/CMakeLists.txt +++ b/tests/performance/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) diff --git a/tests/petsc/CMakeLists.txt b/tests/petsc/CMakeLists.txt index c9b7cde152..1cc60cc04a 100644 --- a/tests/petsc/CMakeLists.txt +++ b/tests/petsc/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_PETSC AND NOT DEAL_II_PETSC_WITH_COMPLEX) diff --git a/tests/petsc_complex/CMakeLists.txt b/tests/petsc_complex/CMakeLists.txt index 019a388305..64ae324a79 100644 --- a/tests/petsc_complex/CMakeLists.txt +++ b/tests/petsc_complex/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_PETSC AND DEAL_II_PETSC_WITH_COMPLEX) diff --git a/tests/physics/CMakeLists.txt b/tests/physics/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/physics/CMakeLists.txt +++ b/tests/physics/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/remote_point_evaluation/CMakeLists.txt b/tests/remote_point_evaluation/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/remote_point_evaluation/CMakeLists.txt +++ b/tests/remote_point_evaluation/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/rol/CMakeLists.txt b/tests/rol/CMakeLists.txt index 19fc63cea9..c1262648cc 100644 --- a/tests/rol/CMakeLists.txt +++ b/tests/rol/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_TRILINOS AND DEAL_II_TRILINOS_WITH_ROL) diff --git a/tests/run_testsuite.cmake b/tests/run_testsuite.cmake index 8aba98a25e..b8ab84f15c 100644 --- a/tests/run_testsuite.cmake +++ b/tests/run_testsuite.cmake @@ -99,7 +99,7 @@ # For details, consult the ./README file. # -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) MESSAGE("-- This is CTest ${CMAKE_VERSION}") # diff --git a/tests/sacado/CMakeLists.txt b/tests/sacado/CMakeLists.txt index 49183c12a6..687ee9fdba 100644 --- a/tests/sacado/CMakeLists.txt +++ b/tests/sacado/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_TRILINOS AND DEAL_II_TRILINOS_WITH_SACADO) diff --git a/tests/scalapack/CMakeLists.txt b/tests/scalapack/CMakeLists.txt index 42724e04a3..69a154be57 100644 --- a/tests/scalapack/CMakeLists.txt +++ b/tests/scalapack/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_SCALAPACK) diff --git a/tests/serialization/CMakeLists.txt b/tests/serialization/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/serialization/CMakeLists.txt +++ b/tests/serialization/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/sharedtria/CMakeLists.txt b/tests/sharedtria/CMakeLists.txt index 039bff984a..7ba24ebac7 100644 --- a/tests/sharedtria/CMakeLists.txt +++ b/tests/sharedtria/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) INCLUDE(${DEAL_II_TARGET_CONFIG}) diff --git a/tests/simplex/CMakeLists.txt b/tests/simplex/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/simplex/CMakeLists.txt +++ b/tests/simplex/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/slepc/CMakeLists.txt b/tests/slepc/CMakeLists.txt index c38da9f3f4..6947d4fbf0 100644 --- a/tests/slepc/CMakeLists.txt +++ b/tests/slepc/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_PETSC AND DEAL_II_WITH_SLEPC AND NOT DEAL_II_PETSC_WITH_COMPLEX) diff --git a/tests/slepc_complex/CMakeLists.txt b/tests/slepc_complex/CMakeLists.txt index bf955171d2..6d99670d51 100644 --- a/tests/slepc_complex/CMakeLists.txt +++ b/tests/slepc_complex/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_PETSC AND DEAL_II_WITH_SLEPC AND PETSC_WITH_COMPLEX) diff --git a/tests/sparsity/CMakeLists.txt b/tests/sparsity/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/sparsity/CMakeLists.txt +++ b/tests/sparsity/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/sundials/CMakeLists.txt b/tests/sundials/CMakeLists.txt index ab1e453784..4eb371e4b7 100644 --- a/tests/sundials/CMakeLists.txt +++ b/tests/sundials/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_SUNDIALS) diff --git a/tests/symengine/CMakeLists.txt b/tests/symengine/CMakeLists.txt index 6c7ddad8a1..cd8b9b0193 100644 --- a/tests/symengine/CMakeLists.txt +++ b/tests/symengine/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_SYMENGINE) diff --git a/tests/tensors/CMakeLists.txt b/tests/tensors/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/tensors/CMakeLists.txt +++ b/tests/tensors/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/trilinos/CMakeLists.txt b/tests/trilinos/CMakeLists.txt index 5311b18c39..cff79bdd2e 100644 --- a/tests/trilinos/CMakeLists.txt +++ b/tests/trilinos/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_TRILINOS) diff --git a/tests/umfpack/CMakeLists.txt b/tests/umfpack/CMakeLists.txt index 08d52ff052..c29acd86a0 100644 --- a/tests/umfpack/CMakeLists.txt +++ b/tests/umfpack/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) IF(DEAL_II_WITH_UMFPACK) diff --git a/tests/vector/CMakeLists.txt b/tests/vector/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/vector/CMakeLists.txt +++ b/tests/vector/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/vector_tools/CMakeLists.txt b/tests/vector_tools/CMakeLists.txt index 0305d274cd..dc796d946c 100644 --- a/tests/vector_tools/CMakeLists.txt +++ b/tests/vector_tools/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) DEAL_II_PICKUP_TESTS() diff --git a/tests/zoltan/CMakeLists.txt b/tests/zoltan/CMakeLists.txt index 653b6fff4d..4e5276c8d3 100644 --- a/tests/zoltan/CMakeLists.txt +++ b/tests/zoltan/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX)