From: Matthias Maier Date: Thu, 13 Sep 2012 17:24:58 +0000 (+0000) Subject: Bugfix X-Git-Tag: v8.0.0~1079^2~873 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0736299ea5cd2c20987ca0a36f18b38d4b800e59;p=dealii.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@26359 0785d39b-7218-0410-832d-ea1e28bc413d --- 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: