From: Matthias Maier Date: Sat, 5 Feb 2022 20:57:37 +0000 (-0600) Subject: doc: Update new documentation to reflect new CMake minimum version X-Git-Tag: v9.4.0-rc1~521^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74d4e9c42bb819caabb37ee8d0e14b574802f68a;p=dealii.git doc: Update new documentation to reflect new CMake minimum version --- diff --git a/doc/developers/testsuite.html b/doc/developers/testsuite.html index c62d703fe1..7cb75e2450 100644 --- a/doc/developers/testsuite.html +++ b/doc/developers/testsuite.html @@ -720,7 +720,7 @@ $ ctest -V -R "category/my_new_test" a CMakeLists.txt file into it containing

-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/doc/readme.html b/doc/readme.html
index 114a1ca7f5..5fcd2396c6 100644
--- a/doc/readme.html
+++ b/doc/readme.html
@@ -90,7 +90,7 @@