From: Matthias Maier Date: Tue, 9 Oct 2012 13:37:29 +0000 (+0000) Subject: Update readme X-Git-Tag: v8.0.0~1079^2~456 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fd75ee304302257612176fcf9da3358d572bce4;p=dealii.git Update readme git-svn-id: https://svn.dealii.org/branches/branch_cmake@27029 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/README.CMAKE b/deal.II/README.CMAKE index 6d6abdb496..ef1c556372 100644 --- a/deal.II/README.CMAKE +++ b/deal.II/README.CMAKE @@ -96,8 +96,8 @@ INTRODUCTION * Configure with autodetection, afterwards disable a feature: ( $ cd build ) - $ cmake -DDEAL_II_FEATURE_AUTODETECTION=ON ../ - $ cmake -DDEAL_II_FEATURE_AUTODETECTION=OFF -DDEAL_II_WITH_METIS=OFF ../ + $ cmake ../ + $ cmake -DDEAL_II_WITH_METIS=OFF ../ $ make install * Build and install only a specific component: