]> https://gitweb.dealii.org/ - code-gallery.git/commitdiff
Bump the required deal.II version to 9.0
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 10 May 2018 14:01:34 +0000 (16:01 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 10 May 2018 14:01:53 +0000 (16:01 +0200)
Quasi_static_Finite_strain_Quasi_incompressible_ViscoElasticity/CMakeLists.txt
goal_oriented_elastoplasticity/CMakeLists.txt

index bd7d78f7631a936f0f924eb56a91483dfdf38e70..4eb8a86b20066107a786ae3e1d32deea39689a89 100644 (file)
@@ -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
index 372c562c4c0b0ed1d839a9af929c2083fd438d89..5bf0668d9d8e0709be3db6ab4ce88dea5da08761 100644 (file)
@@ -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})

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.