From 74d4e9c42bb819caabb37ee8d0e14b574802f68a Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 5 Feb 2022 14:57:37 -0600 Subject: [PATCH] doc: Update new documentation to reflect new CMake minimum version --- doc/developers/testsuite.html | 2 +- doc/readme.html | 2 +- doc/users/CMakeLists.txt.sample | 2 +- doc/users/CMakeLists.txt.sample2 | 2 +- doc/users/CMakeLists.txt.sample3 | 2 +- doc/users/cmake_user.html | 6 +++--- doc/users/testsuite.html | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) 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 @@