From 226f95d7d81ebff859801e356e068a79a66d19a6 Mon Sep 17 00:00:00 2001 From: maier Date: Tue, 6 Nov 2012 10:55:23 +0000 Subject: [PATCH] Some more polishing git-svn-id: https://svn.dealii.org/branches/branch_cmake@27423 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/cmake.html | 57 +++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 26 deletions(-) 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. -

-- 2.39.5