]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
blubb
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Sep 2012 10:01:47 +0000 (10:01 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Sep 2012 10:01:47 +0000 (10:01 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26712 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CMakeLists.txt
deal.II/cmake/setup_finalize.cmake

index 893672ae82f9a1e4a8c603aaf445139cefe6a86a..42a3c7415e9c554a169c53093777ba072738a47f 100644 (file)
@@ -1,4 +1,5 @@
 
+SET(VERSION "8.0.pre")
 
 ###########################################################################
 ##                                                                       ##
@@ -8,17 +9,13 @@
 ###########################################################################
 
 #
-# This is the main CMakeLists.txt file for the deal.II project
+#             The cmake build system 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.
 #
 
-SET(VERSION "8.0.pre")
-
-
-
 
 ###########################################################################
 #                                                                         #
@@ -31,7 +28,6 @@ SET(VERSION "8.0.pre")
 # is a choice, e.g. from contrib vs external)
 #
 
-
 OPTION(DEAL_II_FEATURE_AUTODETECTION
 # Enables feature autodetection. This will automatically overwrite all
 # DEAL_II_WITH_<...> toggles depending on whether they can be supported or
@@ -158,8 +154,6 @@ OPTION(DEAL_II_COMPONENT_PROJECT_CONFIG
   ON)
 
 
-
-
 ###########################################################################
 #                                                                         #
 #                             Configuration:                              #
@@ -258,6 +252,12 @@ ADD_SUBDIRECTORY(scripts)
 ADD_SUBDIRECTORY(include)
 
 
+#
+# Build optional contrib targets:
+#
+ADD_SUBDIRECTORY(contrib)
+
+
 #
 # Compile and install the library:
 #
index 45ddaecdc055c04fe011af23f5889530fc352236..5e3f4d76c267437d3d4984bdcc509b6714a08de8 100644 (file)
@@ -1,15 +1,13 @@
+
 #
 # Finalize the configuration:
 #
 
 
-
 #
 # Hide some cmake specific cached variables. This is annoying...
 #
-MARK_AS_ADVANCED(
-  file_cmd
-  )
+MARK_AS_ADVANCED(file_cmd)
 
 
 #

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.