#
FILE(GLOB configure_files "contrib/cmake/configure/configure_*.cmake")
-# Make sure configure_boost.cmake comes after configure_tbb.cmake:
+# Make sure the configure_*.cmake files are included in alphabetical order:
LIST(SORT configure_files)
-LIST(REVERSE configure_files) # :-]
FOREACH(file ${configure_files})
MESSAGE(STATUS "Include ${file}")
DEAL_II_WITH_LAPACK
)
+#
+# This configure script has to be included after configure_blas and
+# configure_lapack.
+#
+# TODO: Write a check for this
+
MACRO(FEATURE_UMFPACK_FIND_EXTERNAL var)
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