From: Matthias Maier Date: Fri, 27 Jan 2023 00:40:52 +0000 (-0600) Subject: CMake: Uniformly raise the minimum required version to 3.13.4 X-Git-Tag: v9.5.0-rc1~597^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cea6179f44264f3c4b26e6af73acced63dcf8be1;p=dealii.git CMake: Uniformly raise the minimum required version to 3.13.4 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f4304e061a..0a8d962a12 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,11 +33,11 @@ message(STATUS "This is CMake ${CMAKE_VERSION}") message(STATUS "") -cmake_minimum_required(VERSION 3.11.0) +cmake_minimum_required(VERSION 3.13.4) # # We support all policy changes up to version 3.11. # -cmake_policy(VERSION 3.11.0) +cmake_policy(VERSION 3.13.4) if(POLICY CMP0075) # Introduced in CMake 3.12: Use CMAKE_REQUIRED_LIBRARIES also in include diff --git a/examples/step-1/CMakeLists.txt b/examples/step-1/CMakeLists.txt index d69da84d90..8dd687f7f1 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 2ff6ab07c4..18f4c189c2 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 e02608e593..e3ea9805f7 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 8b4606b2b6..44592fd920 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 42fcc4f571..95ae4d4ebc 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 568ac7963f..cadf243f11 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 68a53b23cb..4982a0264e 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 ef2b16b849..d115dd9073 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 0f732cfc21..27d2ae241c 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 7711717547..b4af99465d 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 c8fd83acad..ba40661c73 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.0 HINTS diff --git a/examples/step-18/CMakeLists.txt b/examples/step-18/CMakeLists.txt index 25db4b20d6..a4d8828bd1 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.0 HINTS diff --git a/examples/step-19/CMakeLists.txt b/examples/step-19/CMakeLists.txt index 70480d5424..fff7d1bccb 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 eea4a93a9e..37684532a5 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 6dff86b5d5..e347f63d6f 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 6923d50d1b..81b00e5c5d 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 7182acfa57..9cfc68c87f 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 ec05609349..119b886aff 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 7ad7c26f5d..134d79d8ff 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 1bb24ecc8c..a32634168d 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 cee6621f5d..3bf9ad9aea 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 d6a675a50e..473cd9d742 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 d28ada0310..e2c7bc6cc7 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 7b30f82463..f3ce6c57a5 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 4427d29068..31a128523f 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 589555e824..62434d0af8 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 02b9b69283..e3a0cb59f5 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 14e98eb49a..7e52e2978e 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 93e0d84278..ac1b24bcde 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 bc3d29e8a4..c6ae410742 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 229d44196e..3b6099422b 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 f8eb57fac7..6e01d903fc 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 6c11c9d8c5..5f01fcfd35 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 603fb9db41..90875f525e 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 1690ebf40f..2445df6516 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 25d74b7470..d16be961eb 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 64b27cfda1..936dacdd51 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 74e20d7d08..520082643d 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 d7bd147119..562aabfb63 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 6a39b0f003..f3d2ac2a21 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 36b1f6a27e..1e4dac0513 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 6b260ef794..bba24edc47 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 6a33819006..b7a556bc3f 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 1821160b46..5ba65d5063 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 e6b2560fdc..581d5afd78 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 c7d88d3a1a..1b1a9501d5 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 66a345a897..5bdc053167 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 5d94ab41cc..43b3446a56 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 f206490c18..a43087d3ee 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 f8e614ba25..4d4ed7177a 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 9a7e2853aa..6e1a21b20d 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 f768662c44..c854e8a52f 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 0ed249fa78..8275162923 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 3934181f0d..01c4a2417c 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 99105edc50..1f116521d8 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 89447d4052..3df5942454 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 bdf7bc8d1d..831512e723 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 b2b74a0ef0..4195c753a5 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 acf7e0ff52..130edf0d3d 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 363aec3255..29e71350b0 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 de6a67c841..fc463ea331 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 1add483558..0167764455 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-64/CMakeLists.txt b/examples/step-64/CMakeLists.txt index 8c25348bea..88f6e90857 100644 --- a/examples/step-64/CMakeLists.txt +++ b/examples/step-64/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.10) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 6b69b95e85..d9517caa6f 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 40bda629d4..cac2d7d719 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 dc8e418473..3bcbd16a67 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 cd5216c4e6..260be22371 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 388e9e3ee2..d7f3cc8e37 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 f44497b09c..57b9a4a839 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 c166dea2ce..73e173e508 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 4fc5426859..c9bb42c606 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 8c06ea263c..9f27018b53 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 313380804a..f04f0049cf 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 15c2fdbe53..512a4b2fda 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 e2735090a5..a89cb34c25 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 e0822df683..63cd8171ca 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 2b363c73dd..e9aab4e8f8 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 bb68743e48..69cc4fa4ea 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 eec5979b0c..aff22e6604 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/examples/step-81/CMakeLists.txt b/examples/step-81/CMakeLists.txt index 511ad4f33f..4b4e1a7000 100644 --- a/examples/step-81/CMakeLists.txt +++ b/examples/step-81/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.13.4) find_package(deal.II 9.2.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 912f9f870b..82466c3abc 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 997f33b77d..de080ab32a 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.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 eea0c4a350..0afd0ff2c0 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.3.0) +cmake_minimum_required(VERSION 3.13.4) find_package(deal.II 9.5.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 0a33d87cdc..560331cedf 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -22,7 +22,7 @@ # test - run all quick_tests # -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) macro(set_if_empty _variable) if("${${_variable}}" STREQUAL "") diff --git a/tests/a-framework/CMakeLists.txt b/tests/a-framework/CMakeLists.txt index f515a9f317..bc221b7a36 100644 --- a/tests/a-framework/CMakeLists.txt +++ b/tests/a-framework/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) diff --git a/tests/adolc/CMakeLists.txt b/tests/adolc/CMakeLists.txt index a55ce476ca..e90a2c9818 100644 --- a/tests/adolc/CMakeLists.txt +++ b/tests/adolc/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/algorithms/CMakeLists.txt +++ b/tests/algorithms/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 739ce1c73c..cf2099fd7d 100644 --- a/tests/all-headers/CMakeLists.txt +++ b/tests/all-headers/CMakeLists.txt @@ -13,7 +13,7 @@ ## ## --------------------------------------------------------------------- -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) diff --git a/tests/aniso/CMakeLists.txt b/tests/aniso/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/aniso/CMakeLists.txt +++ b/tests/aniso/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/arborx/CMakeLists.txt b/tests/arborx/CMakeLists.txt index 9055d1013a..7f4a781831 100644 --- a/tests/arborx/CMakeLists.txt +++ b/tests/arborx/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 d78fbb7347..81d83658af 100644 --- a/tests/arpack/CMakeLists.txt +++ b/tests/arpack/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/base/CMakeLists.txt +++ b/tests/base/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/belos/CMakeLists.txt b/tests/belos/CMakeLists.txt index 357ccbdd88..9e1f749d0e 100644 --- a/tests/belos/CMakeLists.txt +++ b/tests/belos/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) diff --git a/tests/bits/CMakeLists.txt b/tests/bits/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/bits/CMakeLists.txt +++ b/tests/bits/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/boost/CMakeLists.txt b/tests/boost/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/boost/CMakeLists.txt +++ b/tests/boost/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/cgal/CMakeLists.txt b/tests/cgal/CMakeLists.txt index 45aaf1aeb9..e0371327eb 100644 --- a/tests/cgal/CMakeLists.txt +++ b/tests/cgal/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) if(DEAL_II_WITH_CGAL) diff --git a/tests/codim_one/CMakeLists.txt b/tests/codim_one/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/codim_one/CMakeLists.txt +++ b/tests/codim_one/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/cuda/CMakeLists.txt b/tests/cuda/CMakeLists.txt index 5f40b355cb..0c58cd2372 100644 --- a/tests/cuda/CMakeLists.txt +++ b/tests/cuda/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/data_out/CMakeLists.txt +++ b/tests/data_out/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 2e53cb53a3..d688cc3039 100644 --- a/tests/distributed_grids/CMakeLists.txt +++ b/tests/distributed_grids/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/dofs/CMakeLists.txt +++ b/tests/dofs/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/epetraext/CMakeLists.txt b/tests/epetraext/CMakeLists.txt index 9d2d40892c..1d7e8fbbe6 100644 --- a/tests/epetraext/CMakeLists.txt +++ b/tests/epetraext/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/examples/CMakeLists.txt +++ b/tests/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/fe/CMakeLists.txt b/tests/fe/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/fe/CMakeLists.txt +++ b/tests/fe/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/feinterface/CMakeLists.txt b/tests/feinterface/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/feinterface/CMakeLists.txt +++ b/tests/feinterface/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/full_matrix/CMakeLists.txt +++ b/tests/full_matrix/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/fullydistributed_grids/CMakeLists.txt +++ b/tests/fullydistributed_grids/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/ginkgo/CMakeLists.txt b/tests/ginkgo/CMakeLists.txt index 2082449268..662a1908a4 100644 --- a/tests/ginkgo/CMakeLists.txt +++ b/tests/ginkgo/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 6330291a55..a63a8bd259 100644 --- a/tests/gla/CMakeLists.txt +++ b/tests/gla/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 08b92c772b..89137ed805 100644 --- a/tests/gmsh/CMakeLists.txt +++ b/tests/gmsh/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/grid/CMakeLists.txt +++ b/tests/grid/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/hp/CMakeLists.txt b/tests/hp/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/hp/CMakeLists.txt +++ b/tests/hp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/integrators/CMakeLists.txt b/tests/integrators/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/integrators/CMakeLists.txt +++ b/tests/integrators/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/lac/CMakeLists.txt b/tests/lac/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/lac/CMakeLists.txt +++ b/tests/lac/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/lapack/CMakeLists.txt b/tests/lapack/CMakeLists.txt index 8b2c74758f..1b2515c5dc 100644 --- a/tests/lapack/CMakeLists.txt +++ b/tests/lapack/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/manifold/CMakeLists.txt +++ b/tests/manifold/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/mappings/CMakeLists.txt b/tests/mappings/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/mappings/CMakeLists.txt +++ b/tests/mappings/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/matrix_free/CMakeLists.txt +++ b/tests/matrix_free/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/meshworker/CMakeLists.txt b/tests/meshworker/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/meshworker/CMakeLists.txt +++ b/tests/meshworker/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/metis/CMakeLists.txt b/tests/metis/CMakeLists.txt index 5820231b0e..49b40c8cd2 100644 --- a/tests/metis/CMakeLists.txt +++ b/tests/metis/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 65df410fd4..20fdb98a06 100644 --- a/tests/mpi/CMakeLists.txt +++ b/tests/mpi/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/multigrid-global-coarsening/CMakeLists.txt +++ b/tests/multigrid-global-coarsening/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/multigrid/CMakeLists.txt b/tests/multigrid/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/multigrid/CMakeLists.txt +++ b/tests/multigrid/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/multithreading/CMakeLists.txt b/tests/multithreading/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/multithreading/CMakeLists.txt +++ b/tests/multithreading/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/non_matching/CMakeLists.txt +++ b/tests/non_matching/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/numerics/CMakeLists.txt b/tests/numerics/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/numerics/CMakeLists.txt +++ b/tests/numerics/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/opencascade/CMakeLists.txt b/tests/opencascade/CMakeLists.txt index fc09d53c17..8aa3de49f3 100644 --- a/tests/opencascade/CMakeLists.txt +++ b/tests/opencascade/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/optimization/CMakeLists.txt +++ b/tests/optimization/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/parameter_handler/CMakeLists.txt +++ b/tests/parameter_handler/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/particles/CMakeLists.txt b/tests/particles/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/particles/CMakeLists.txt +++ b/tests/particles/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/performance/CMakeLists.txt b/tests/performance/CMakeLists.txt index 6a909c1c22..985aa8d7d0 100644 --- a/tests/performance/CMakeLists.txt +++ b/tests/performance/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) diff --git a/tests/petsc/CMakeLists.txt b/tests/petsc/CMakeLists.txt index 53322c0020..8a96337929 100644 --- a/tests/petsc/CMakeLists.txt +++ b/tests/petsc/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 23c1e1678f..da063c5a09 100644 --- a/tests/petsc_complex/CMakeLists.txt +++ b/tests/petsc_complex/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/physics/CMakeLists.txt +++ b/tests/physics/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/quick_tests/CMakeLists.txt b/tests/quick_tests/CMakeLists.txt index b18daa7f53..903a542896 100644 --- a/tests/quick_tests/CMakeLists.txt +++ b/tests/quick_tests/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/remote_point_evaluation/CMakeLists.txt +++ b/tests/remote_point_evaluation/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/rol/CMakeLists.txt b/tests/rol/CMakeLists.txt index 6d1ac048b7..e5eef8d39a 100644 --- a/tests/rol/CMakeLists.txt +++ b/tests/rol/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) if(DEAL_II_WITH_TRILINOS AND DEAL_II_TRILINOS_WITH_ROL) diff --git a/tests/sacado/CMakeLists.txt b/tests/sacado/CMakeLists.txt index ff37630485..320437c3db 100644 --- a/tests/sacado/CMakeLists.txt +++ b/tests/sacado/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 f6cbe9bf86..6321856607 100644 --- a/tests/scalapack/CMakeLists.txt +++ b/tests/scalapack/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/serialization/CMakeLists.txt +++ b/tests/serialization/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/sharedtria/CMakeLists.txt b/tests/sharedtria/CMakeLists.txt index 7bf3ce0dee..d25453d5a9 100644 --- a/tests/sharedtria/CMakeLists.txt +++ b/tests/sharedtria/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/simplex/CMakeLists.txt +++ b/tests/simplex/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/slepc/CMakeLists.txt b/tests/slepc/CMakeLists.txt index 2d680d14ec..b7ecba7eeb 100644 --- a/tests/slepc/CMakeLists.txt +++ b/tests/slepc/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 3c4d27e0c3..e5e59fff43 100644 --- a/tests/slepc_complex/CMakeLists.txt +++ b/tests/slepc_complex/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/sparsity/CMakeLists.txt +++ b/tests/sparsity/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/sundials/CMakeLists.txt b/tests/sundials/CMakeLists.txt index 17379b25a6..2ec72fe293 100644 --- a/tests/sundials/CMakeLists.txt +++ b/tests/sundials/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 0108ac42a1..553ac9179a 100644 --- a/tests/symengine/CMakeLists.txt +++ b/tests/symengine/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/tensors/CMakeLists.txt +++ b/tests/tensors/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/trilinos/CMakeLists.txt b/tests/trilinos/CMakeLists.txt index fac8285c5e..257a3b5828 100644 --- a/tests/trilinos/CMakeLists.txt +++ b/tests/trilinos/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 2eb72737f4..ad780ea8f6 100644 --- a/tests/umfpack/CMakeLists.txt +++ b/tests/umfpack/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/vector/CMakeLists.txt +++ b/tests/vector/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) 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 b18daa7f53..903a542896 100644 --- a/tests/vector_tools/CMakeLists.txt +++ b/tests/vector_tools/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX) deal_ii_pickup_tests() diff --git a/tests/zoltan/CMakeLists.txt b/tests/zoltan/CMakeLists.txt index da50a41287..aeffd4d334 100644 --- a/tests/zoltan/CMakeLists.txt +++ b/tests/zoltan/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0) +cmake_minimum_required(VERSION 3.13.4) include(../setup_testsubproject.cmake) project(testsuite CXX)