From: Marc Fehling Date: Mon, 3 Jul 2023 17:30:56 +0000 (-0400) Subject: Update information based AMR to dealii 9.4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68bf1ff00bf6adc578aee20f0758b52c7a28c1aa;p=code-gallery.git Update information based AMR to dealii 9.4 --- 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})