From: Matthias Maier Date: Fri, 5 Oct 2012 16:23:41 +0000 (+0000) Subject: Update documentation X-Git-Tag: v8.0.0~1079^2~486 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c11b4d27869a3608e4d4945850d109f7baeff9b;p=dealii.git Update documentation git-svn-id: https://svn.dealii.org/branches/branch_cmake@26972 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/README.CMAKE b/deal.II/README.CMAKE index 00ffbe4aa6..94bd312b5f 100644 --- a/deal.II/README.CMAKE +++ b/deal.II/README.CMAKE @@ -517,7 +517,10 @@ How to use deal.II in your cmake project external libraries): TARGET_LINK_LIBRARIES(step-1 - ${DEAL_II_TARGET_DEBUG} # or DEAL_II_TARGET_RELEASE + debug + ${DEAL_II_TARGET_DEBUG} + optimized + ${DEAL_II_TARGET_RELEASE} ) - As well as using some preprocessor definitions: