From afd0575b78a420f009f37066ef07e5b6ade09e8f Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 10 May 2018 16:01:34 +0200 Subject: [PATCH] Bump the required deal.II version to 9.0 --- .../CMakeLists.txt | 8 ++++---- goal_oriented_elastoplasticity/CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Quasi_static_Finite_strain_Quasi_incompressible_ViscoElasticity/CMakeLists.txt b/Quasi_static_Finite_strain_Quasi_incompressible_ViscoElasticity/CMakeLists.txt index bd7d78f..4eb8a86 100644 --- a/Quasi_static_Finite_strain_Quasi_incompressible_ViscoElasticity/CMakeLists.txt +++ b/Quasi_static_Finite_strain_Quasi_incompressible_ViscoElasticity/CMakeLists.txt @@ -19,7 +19,7 @@ SET(CLEAN_UP_FILES CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8) -FIND_PACKAGE(deal.II 8.5 QUIET +FIND_PACKAGE(deal.II 9.0 QUIET HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} ) IF(NOT ${deal.II_FOUND}) @@ -33,9 +33,9 @@ ENDIF() # # Are all dependencies fullfilled? # -IF(NOT DEAL_II_WITH_CXX11 OR - NOT DEAL_II_WITH_MPI OR - NOT DEAL_II_WITH_METIS OR +IF(NOT DEAL_II_WITH_CXX11 OR + NOT DEAL_II_WITH_MPI OR + NOT DEAL_II_WITH_METIS OR NOT DEAL_II_WITH_TRILINOS) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with diff --git a/goal_oriented_elastoplasticity/CMakeLists.txt b/goal_oriented_elastoplasticity/CMakeLists.txt index 372c562..5bf0668 100644 --- a/goal_oriented_elastoplasticity/CMakeLists.txt +++ b/goal_oriented_elastoplasticity/CMakeLists.txt @@ -18,7 +18,7 @@ SET(CLEAN_UP_FILES *.vtu *.pvtu *.visit) CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8) -FIND_PACKAGE(deal.II 8.0 QUIET +FIND_PACKAGE(deal.II 9.0 QUIET HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR} ) IF(NOT ${deal.II_FOUND}) -- 2.39.5