From: Timo Heister Date: Fri, 1 May 2020 15:54:40 +0000 (-0400) Subject: fix cmake config X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e714b96ce59c9790c551f0c95a2097334e5577d;p=code-gallery.git fix cmake config --- diff --git a/time_dependent_navier_stokes/CMakeLists.txt b/time_dependent_navier_stokes/CMakeLists.txt index 7c58eee..03b1d8d 100644 --- a/time_dependent_navier_stokes/CMakeLists.txt +++ b/time_dependent_navier_stokes/CMakeLists.txt @@ -43,16 +43,11 @@ Error! This tutorial requires a deal.II library that was configured with the fol DEAL_II_WITH_PETSC = ON DEAL_II_PETSC_WITH_COMPLEX = OFF DEAL_II_WITH_P4EST = ON -or - DEAL_II_WITH_TRILINOS = ON - DEAL_II_WITH_P4EST = ON However, the deal.II library found at ${DEAL_II_PATH} was configured with these options DEAL_II_WITH_PETSC = ${DEAL_II_WITH_PETSC} DEAL_II_PETSC_WITH_COMPLEX = ${DEAL_II_PETSC_WITH_COMPLEX} DEAL_II_WITH_P4EST = ${DEAL_II_WITH_P4EST} - DEAL_II_WITH_TRILINOS = ${DEAL_II_WITH_TRILINOS} -which conflict with the requirements. -One or both of the aforementioned combinations of prerequisites are not met by your installation, but at least one is required for this tutorial step." +which conflict with the requirements." ) ENDIF()