MARK_AS_ADVANCED(
atlas_LIBRARY
+ atlcblas_LIBRARY
+ atllapack_LIBRARY
blas_LIBRARY
eigen_blas_LIBRARY
+ f77blas_LIBRARY
gslcblas_LIBRARY
lapack_LIBRARY
m_LIBRARY
#
# DEAL_II_WITH_64BIT_INDICES
#
+# Miscellaneous options:
+# DEAL_II_DOXYGEN_USE_MATHJAX
+#
+#
# *) May also be set via environment variable (CXXFLAGS, LDFLAGS)
# (a nonempty cached variable has precedence and will not be
# overwritten by environment)
# #
########################################################################
+OPTION(DEAL_II_DOXYGEN_USE_MATHJAX
+ "If set to ON, doxygen documentation is generated using mathjax"
+ OFF
+ )
+MARK_AS_ADVANCED(DEAL_II_DOXYGEN_USE_MATHJAX)
+
#
# We do not support installation into the binary directory any more ("too
# much pain, not enough profit"):
#
# Prepare auxiliary files for doxygen:
#
+IF(DEAL_II_DOXYGEN_USE_MATHJAX)
+ SET(_use_mathjax YES)
+ELSE()
+ SET(_use_mathjax NO)
+ENDIF()
CONFIGURE_FILE(
${CMAKE_CURRENT_SOURCE_DIR}/options.dox.in
${CMAKE_CURRENT_BINARY_DIR}/options.dox
HTML_FILE_EXTENSION = .html
HTML_HEADER = header.html
HTML_FOOTER = footer.html
-USE_MATHJAX = NO
+USE_MATHJAX = @_use_mathjax@
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
HTML_COLORSTYLE_HUE = 220
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