From 2fe8ac639f1d809990c9e7168af4e205515f94c4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 25 Feb 2022 18:57:52 -0700 Subject: [PATCH] UMFPACK is no longer required. --- MCMC-Laplace/CMakeLists.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/MCMC-Laplace/CMakeLists.txt b/MCMC-Laplace/CMakeLists.txt index c58e5c5..069e3fd 100644 --- a/MCMC-Laplace/CMakeLists.txt +++ b/MCMC-Laplace/CMakeLists.txt @@ -19,18 +19,6 @@ ENDIF() DEAL_II_INITIALIZE_CACHED_VARIABLES() PROJECT("mcmc-laplace") -# -# Are all dependencies fullfilled? -# - -IF(NOT DEAL_II_WITH_UMFPACK) - MESSAGE(FATAL_ERROR " -Error! The deal.II library found at ${DEAL_II_PATH} was not configured with - DEAL_II_WITH_UMFPACK = ON -One or all of these are OFF in your installation but are required for this tutorial step." - ) -ENDIF() - # # Set up program: -- 2.39.5