From: Jean-Paul Pelteret Date: Sat, 23 May 2020 15:58:00 +0000 (+0200) Subject: Update to deal.II 9.1: ElastoplasticTorsion X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e1e1dbe8371649cefa9d0a9d3d58f6950d0e89e;p=code-gallery.git Update to deal.II 9.1: ElastoplasticTorsion --- diff --git a/ElastoplasticTorsion/CMakeLists.txt b/ElastoplasticTorsion/CMakeLists.txt index 82fb113..ed09c46 100644 --- a/ElastoplasticTorsion/CMakeLists.txt +++ b/ElastoplasticTorsion/CMakeLists.txt @@ -24,7 +24,7 @@ SET(TARGET_SRC CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8) -FIND_PACKAGE(deal.II 8.0 QUIET +FIND_PACKAGE(deal.II 9.1 QUIET HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} ) IF(NOT ${deal.II_FOUND})