From: maier Date: Fri, 21 Sep 2012 18:29:31 +0000 (+0000) Subject: Last, big overhaul X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f60a0585bb52506235039dd52d3256e3d6a264f;p=dealii-svn.git Last, big overhaul git-svn-id: https://svn.dealii.org/branches/branch_cmake@26604 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt index 020b2550f2..8257127f1e 100644 --- a/deal.II/CMakeLists.txt +++ b/deal.II/CMakeLists.txt @@ -1,113 +1,28 @@ + + +########################################################################### +## ## +## See README.cmake for further details on how to use the cmake build ## +## system of deal.II. ## +## ## +########################################################################### + + + + 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 options and # then call a lot of modules residing under ./cmake/*/ that do the # hard work. # -# -# Note: All further explained options can be either set via ccmake or at -# the promp via: -# -# $ cmake -D