From: Wolfgang Bangerth Date: Mon, 15 Apr 2019 00:16:58 +0000 (-0600) Subject: Update requirements for step-61. X-Git-Tag: v9.1.0-rc1~203^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7924%2Fhead;p=dealii.git Update requirements for step-61. --- diff --git a/examples/step-61/CMakeLists.txt b/examples/step-61/CMakeLists.txt index 83a33d091a..438736f474 100644 --- a/examples/step-61/CMakeLists.txt +++ b/examples/step-61/CMakeLists.txt @@ -23,7 +23,7 @@ SET(TARGET_SRC CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) -FIND_PACKAGE(deal.II 9.0.0 QUIET +FIND_PACKAGE(deal.II 9.1.0 QUIET HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} ) IF(NOT ${deal.II_FOUND})