"Build deal.II with support for BLAS."
OFF)
+SET(DEAL_II_WITH_BOOST "ON"
+ CACHE BOOL "Build deal.II with support for boost." FORCE
+ ) # Always true. We need it :-]
+OPTION(DEAL_II_FORCE_CONTRIB_BOOST
+ "Always use the bundled boost library instead of an external one."
+ ON)
+
OPTION(DEAL_II_WITH_DOXYGEN
"Enable the generation and installation of the documentation via doxygen.
This feature adds a COMPONENT \"documentation\" to the build system."
"Build deal.II with support for zlib."
OFF)
-OPTION(DEAL_II_FORCE_CONTRIB_BOOST
- "Always use the bundled boost library instead of an external one."
- OFF)
-
#
# Build configuration: configuration options regarding compilation and
# installation of the deal.II library
# Configuration for the boost library:
#
-#
-# Always true. We need it :-]
-#
-SET(DEAL_II_WITH_BOOST "ON"
- CACHE STRING "Build deal.II with support for boost." FORCE
- )
-
#
# This configure script has to be included after configure_tbb.