From 9f60a0585bb52506235039dd52d3256e3d6a264f Mon Sep 17 00:00:00 2001 From: maier Date: Fri, 21 Sep 2012 18:29:31 +0000 Subject: [PATCH] Last, big overhaul git-svn-id: https://svn.dealii.org/branches/branch_cmake@26604 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/CMakeLists.txt | 145 +++--------- deal.II/README | 10 - deal.II/README_CMAKE | 248 +++++++++++++++++++++ deal.II/{cmake-TODO => TODO_CMAKE} | 0 deal.II/{ => cmake}/bugs.m4 | 0 deal.II/{ => cmake}/compiler.m4 | 0 deal.II/{ => cmake}/features.m4 | 0 deal.II/cmake/setup_cached_variables.cmake | 12 +- deal.II/cmake/setup_custom_targets.cmake | 11 +- deal.II/cmake/setup_deal_ii.cmake | 4 +- deal.II/cmake/setup_finalize.cmake | 12 + deal.II/config/CMakeLists.txt | 4 +- deal.II/doc/CMakeLists.txt | 4 +- deal.II/examples/CMakeLists.txt | 2 +- deal.II/scripts/CMakeLists.txt | 2 +- deal.II/source/CMakeLists.txt | 2 +- 16 files changed, 323 insertions(+), 133 deletions(-) delete mode 100644 deal.II/README create mode 100644 deal.II/README_CMAKE rename deal.II/{cmake-TODO => TODO_CMAKE} (100%) rename deal.II/{ => cmake}/bugs.m4 (100%) rename deal.II/{ => cmake}/compiler.m4 (100%) rename deal.II/{ => cmake}/features.m4 (100%) 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