From 3e714b96ce59c9790c551f0c95a2097334e5577d Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 1 May 2020 11:54:40 -0400 Subject: [PATCH] fix cmake config --- time_dependent_navier_stokes/CMakeLists.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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() -- 2.39.5