From a6c43cea72812d27923a1f13ffa9df4c169bc772 Mon Sep 17 00:00:00 2001 From: maier Date: Tue, 18 Sep 2012 19:37:45 +0000 Subject: [PATCH] Update the documentation git-svn-id: https://svn.dealii.org/branches/branch_cmake@26480 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/CMakeLists.txt | 89 +++++++++++++++++++++++++++++------------- 1 file changed, 62 insertions(+), 27 deletions(-) diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index 1a77fbf04a..d0df00c860 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -3,16 +3,24 @@ SET(VERSION "8.0.pre") # # This is the main CMakeLists.txt file for the deal.II project # -# The main purpose of this file is to set all the configuration toggles and +# The main purpose of this file is to set all the configuration options and # then call a lot of modules residing under ./contrib/cmake/*/ that do the # hard work. # +# +# Note: All further explained options can be either set via ccmake or at +# the promp via: +# +# $ cmake -D