]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Clarify the documentation a bit
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 1 Oct 2012 13:59:41 +0000 (13:59 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 1 Oct 2012 13:59:41 +0000 (13:59 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26909 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/README.CMAKE

index 255d218eb8e8b95fcf7b2acbd617999a97e7ceba..46979ef64e023c15fac9edcfa25f71db08a1e0e4 100644 (file)
@@ -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 <feature>:
 
     DEAL_II_WITH_<FEATURE> (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>.
 
     FEATURE_<FEATURE>_DEPENDS (variable, optional)
        a variable which contains an optional list of other features

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.