From 1d8504ccc3189162bf6fe72cab353dae817dc001 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 5 Apr 2013 06:45:40 +0000 Subject: [PATCH] Make the install prefix in cmake.html more prominent git-svn-id: https://svn.dealii.org/trunk@29196 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/cmake.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/development/cmake.html b/deal.II/doc/development/cmake.html index d90449c6a4..dade8e486e 100644 --- a/deal.II/doc/development/cmake.html +++ b/deal.II/doc/development/cmake.html @@ -613,9 +613,15 @@

Installation

- CMAKE_INSTALL_PREFIX determines the location, + the location, where the deal.II library will be - installed to. Please note that depending on whether + installed to is set with the help of +

+
+    CMAKE_INSTALL_PREFIX
+      
+ + Please note that depending on whether DEAL_II_COMPONENT_COMPAT_FILES is set, there will be different directory structures: