+SET(VERSION "8.0.pre")
###########################################################################
## ##
###########################################################################
#
-# 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")
-
-
-
###########################################################################
# #
# 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
ON)
-
-
###########################################################################
# #
# Configuration: #
ADD_SUBDIRECTORY(include)
+#
+# Build optional contrib targets:
+#
+ADD_SUBDIRECTORY(contrib)
+
+
#
# Compile and install the library:
#