From: Matthias Maier Date: Tue, 27 Jun 2023 17:13:23 +0000 (-0500) Subject: update version dependencies in documentation X-Git-Tag: relicensing~860^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15508%2Fhead;p=dealii.git update version dependencies in documentation --- diff --git a/doc/users/testsuite.html b/doc/users/testsuite.html index ab1d13dd76..1b246f5004 100644 --- a/doc/users/testsuite.html +++ b/doc/users/testsuite.html @@ -111,7 +111,7 @@ SET(TARGET step-1) SET(TARGET_SRC step-1.cc) CMAKE_MINIMUM_REQUIRED(VERSION 3.13.4) -FIND_PACKAGE(deal.II 9.5.0 REQUIRED +FIND_PACKAGE(deal.II 9.6.0 REQUIRED HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} ) @@ -216,7 +216,7 @@ tests/support/my_test_2.output # top-level CMakelists.txt CMAKE_MINIMUM_REQUIRED(VERSION 3.13.4) -FIND_PACKAGE(deal.II 9.5.0 REQUIRED +FIND_PACKAGE(deal.II 9.6.0 REQUIRED HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} )