From 68bf1ff00bf6adc578aee20f0758b52c7a28c1aa Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Mon, 3 Jul 2023 13:30:56 -0400 Subject: [PATCH] Update information based AMR to dealii 9.4 --- information_based_mesh_refinement/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/information_based_mesh_refinement/CMakeLists.txt b/information_based_mesh_refinement/CMakeLists.txt index 8ff073b..2763daa 100644 --- a/information_based_mesh_refinement/CMakeLists.txt +++ b/information_based_mesh_refinement/CMakeLists.txt @@ -21,9 +21,9 @@ 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.3.0) -FIND_PACKAGE(deal.II 9.3.0 +FIND_PACKAGE(deal.II 9.4.0 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} ) IF(NOT ${deal.II_FOUND}) -- 2.39.5