From 2b5f85d6cf8f2b498e641a10ca24c538b90435cf Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 27 Jun 2023 12:13:23 -0500 Subject: [PATCH] update version dependencies in documentation --- doc/users/testsuite.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} ) -- 2.39.5