From: maier Date: Mon, 1 Oct 2012 13:59:41 +0000 (+0000) Subject: Clarify the documentation a bit X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51092a02450e2c76eed3a9d3eddf79268fd2dade;p=dealii-svn.git Clarify the documentation a bit git-svn-id: https://svn.dealii.org/branches/branch_cmake@26909 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/README.CMAKE b/deal.II/README.CMAKE index 255d218eb8..46979ef64e 100644 --- a/deal.II/README.CMAKE +++ b/deal.II/README.CMAKE @@ -503,13 +503,7 @@ How to use deal.II in your cmake project libraries: TARGET_LINK_LIBRARIES(step-1 - debug - ${DEAL_II_LIBRARIES_DEBUG} - ${DEAL_II_EXTERNAL_LIBRARIES_DEBUG} - optimized - ${DEAL_II_LIBRARIES_RELEASE} - ${DEAL_II_EXTERNAL_LIBRARIES_RELEASE} - general + ${DEAL_II_LIBRARIES} ${DEAL_II_EXTERNAL_LIBRARIES} ) @@ -577,6 +571,11 @@ DEVELOPMENT platform checks and feature configuration (beside setting a lot of DEAL_II_* definitions...): + All with the following (internal) logic: + - name without _DEBUG or _RELEASE: Used for all targets + - <...>_DEBUG: _additionally_ used for debug targets + - <...>_RELEASE: _additionally_ used for release targets + For internal use: @@ -715,10 +714,7 @@ DEVELOPMENT configure : DEAL_II_WITH_ (bool, mandatory) - If DEAL_II_FEATURE_AUTODETECTION is OFF, this boolean determines - whether the feature will be configured. - If DEAL_II_FEATURE_AUTODETECTION is ON, this boolean will - automatically be set if configuring the feature was successful. + An option for enabling or disabling the configuration of . FEATURE__DEPENDS (variable, optional) a variable which contains an optional list of other features