From 0736299ea5cd2c20987ca0a36f18b38d4b800e59 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 13 Sep 2012 17:24:58 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@26359 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index 7217e87ae2..2acb1aab4b 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -89,7 +89,7 @@ OPTION(DEAL_II_WITH_THREADS OPTION(DEAL_II_WITH_UMFPACK "Build deal.II with support for UMFPACK, BLAS and LAPACK." - OFF) + ON) OPTION(DEAL_II_WITH_ZLIB "Build deal.II with support for zlib." @@ -121,7 +121,7 @@ OPTION(DEAL_II_FORCE_CONTRIB_TBB OPTION(DEAL_II_FORCE_CONTRIB_UMFPACK "Always use the bundled umfpack library instead of an external one." - OFF) + ON) # # Compatibility support: -- 2.39.5