From: Matthias Maier Date: Tue, 6 Nov 2012 10:55:23 +0000 (+0000) Subject: Some more polishing X-Git-Tag: v8.0.0~1079^2~320 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=022b648bae92da9fc8df218395528f8313cbe4fd;p=dealii.git Some more polishing git-svn-id: https://svn.dealii.org/branches/branch_cmake@27423 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/cmake.html b/deal.II/doc/cmake.html index 6c4d464957..dc7d452824 100644 --- a/deal.II/doc/cmake.html +++ b/deal.II/doc/cmake.html @@ -258,36 +258,41 @@

There are some options to determine the behavior of the dependency - resolution. Specifically, the - option DEAL_II_ALLOW_BUNDLED determines the - following: + resolution.

-

- Thus, to ensure that no bundled library is used at all - DEAL_II_ALLOW_BUNDLED, as well as every - DEAL_II_FORCE_BUNDLED_<library> - have to be set to OFF. Conversely, - DEAL_II_FORCE_BUNDLED_<library>=ON - will not automatically enable the corresponding - DEAL_II_WITH_<feature> toggle. This has to be - set separately. -