From: maier Date: Wed, 26 Sep 2012 16:14:02 +0000 (+0000) Subject: Typos X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427d2dc6645116c77bc2ff6b02e75d4ae799b940;p=dealii-svn.git Typos git-svn-id: https://svn.dealii.org/branches/branch_cmake@26753 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/README.CMAKE b/deal.II/README.CMAKE index c47678c4df..9645503ef9 100644 --- a/deal.II/README.CMAKE +++ b/deal.II/README.CMAKE @@ -542,9 +542,7 @@ How to use deal.II in your cmake project FIND_PACKAGE(deal.II CONFIG REQUIRED) - INCLUDE(${DEAL_II_MACROS}) - - DEAL_II_INITIALIZE_VARIABLES() + DEAL_II_INITIALIZE_CACHED_VARIABLES() PROJECT(step-1) @@ -602,10 +600,6 @@ DEVELOPMENT For setting necessary preprocessor definitions ("-D<...>") for the compilation of the deal.II library - ADD_DEPENDENCIES(deal_ii_target_dependencies ...) - Used as a dummy target for all the stuff that has to be done - before the library can be compiled. - For internal and external use: