From: maier Date: Fri, 1 Mar 2013 23:46:06 +0000 (+0000) Subject: Bugfix X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f99bb13f0dbd6bbf7d32e11281662c3056d6520;p=dealii-svn.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@28710 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/Config.sample b/deal.II/doc/development/Config.sample index 499db3b46b..b30c16adc3 100644 --- a/deal.II/doc/development/Config.sample +++ b/deal.II/doc/development/Config.sample @@ -50,21 +50,8 @@ # "Force feature autodetection by undefining all DEAL_II_WITH_* variables prior to configure" # ) # -# SET(DEAL_II_FORCE_BUNDLED_BOOST OFF CACHE BOOL -# "Always use the bundled boost library instead of an external one." -# ) -# -# SET(DEAL_II_FORCE_BUNDLED_FUNCTIONPARSER OFF CACHE BOOL -# "Always use the bundled functionparser library instead of an external one." -# ) -# -# SET(DEAL_II_FORCE_BUNDLED_THREADS OFF CACHE BOOL -# "Always use the bundled tbb library instead of an external one." -# ) -# -# SET(DEAL_II_FORCE_BUNDLED_UMFPACK OFF CACHE BOOL -# "Always use the bundled umfpack library instead of an external one." -# ) +# For further feature configuration, see section +# "Advanced feature configuration" below. # @@ -380,6 +367,10 @@ # "Build deal.II with support for threads" # ) # +# SET(DEAL_II_FORCE_BUNDLED_THREADS TRUE CACHE BOOL +# "Always use the bundled tbb library instead of an external one." +# ) +# # TODO #