From 31490f8c4f6bf1cf6902a8ed7497a93ffb6c898c Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 2 Sep 2013 17:45:14 +0000 Subject: [PATCH] Doc: Adapt P4EST_DIR path in the readme to current changes git-svn-id: https://svn.dealii.org/trunk@30546 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/external-libs/p4est.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/external-libs/p4est.html b/deal.II/doc/external-libs/p4est.html index 67fea34c44..ab17ff2a35 100644 --- a/deal.II/doc/external-libs/p4est.html +++ b/deal.II/doc/external-libs/p4est.html @@ -50,7 +50,7 @@ line like
 
-    cmake -DP4EST_DIR=/path/to/installation/FAST -DDEAL_II_WITH_P4EST=ON -DDEAL_II_WITH_MPI=ON <...>
+    cmake -DP4EST_DIR=/path/to/installation -DDEAL_II_WITH_P4EST=ON -DDEAL_II_WITH_MPI=ON <...>
       
if the p4est library isn't picked up automatically. Note the presence of /FAST at the end of the path necessary when using -- 2.39.5