Minor:
+* Fix up WARNING/STATUS error messages
+
* There is still a perl script for generating lapack_templates.h. Is this
necessary.
IF(METIS_FOUND AND METIS_MAJOR GREATER 4)
SET(${var} TRUE)
ELSE()
- MESSAGE(WARNING "\n"
+ MESSAGE(STATUS
"Could not find a sufficient modern metis installation: "
"Version 5.x required!"
)
# Configuration for the trilinos library:
#
+#
+# TODO: Fix up WARNING/STATUS of the failure messages.
+#
+
MACRO(FEATURE_TRILINOS_FIND_EXTERNAL var)
FIND_PACKAGE(TRILINOS)
IF(macro_module_found)
MESSAGE(STATUS "Found ${macro_module}")
ELSE()
- MESSAGE(WARNING "Module ${macro_module} not found!")
+ MESSAGE(STATUS "Module ${macro_module} not found!")
SET(macro_modules_missing "${macro_modules_missing} ${macro_module}")
SET(${var} FALSE)
ENDIF()
# Include the trilinos package configuration:
#
find_package(TRILINOS
- CONFIG
+ QUIET CONFIG
NAMES Trilinos TRILINOS
HINTS ${TRILINOS_DIR}
PATH_PREFIXES lib64/cmake/Trilinos lib/cmake/Trilinos
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