]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix some warnings and error messages
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 23 Sep 2012 16:27:27 +0000 (16:27 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 23 Sep 2012 16:27:27 +0000 (16:27 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26645 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/TODO_CMAKE
deal.II/cmake/configure/configure_metis.cmake
deal.II/cmake/configure/configure_trilinos.cmake
deal.II/cmake/modules/FindTRILINOS.cmake

index 0129025b1f445f1a2220e99ac5a0ff0c3e0018f2..49f2ea516e1cf10cc80648d46d9d4928e1e8c9f4 100644 (file)
@@ -29,6 +29,8 @@ Major:
 
 Minor:
 
+* Fix up WARNING/STATUS error messages
+
 * There is still a perl script for generating lapack_templates.h. Is this
   necessary.
 
index a813cf1164cb5da1308373b7ac52c72e8cb6440b..36f2ee68521b9300ecc977716f294c7316f332f3 100644 (file)
@@ -8,7 +8,7 @@ MACRO(FEATURE_METIS_FIND_EXTERNAL var)
   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!"
       )
index 8f55dfaa9577590975b4c60c0c06f9d3e58958d5..1540c3c19be7badae7c760f7dcfdfc592def4434 100644 (file)
@@ -2,6 +2,10 @@
 # Configuration for the trilinos library:
 #
 
+#
+# TODO: Fix up WARNING/STATUS of the failure messages.
+#
+
 
 MACRO(FEATURE_TRILINOS_FIND_EXTERNAL var)
   FIND_PACKAGE(TRILINOS)
@@ -27,7 +31,7 @@ MACRO(FEATURE_TRILINOS_FIND_EXTERNAL var)
       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()
index 08adb21346c8519b0372f3dc74859531cddbd0df..20dc792500fd2f3f0fd98079cdee8298bd5be6d6 100644 (file)
@@ -8,7 +8,7 @@ INCLUDE(FindPackageHandleStandardArgs)
 # 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


Typeset in Trocchi and Trocchi Bold Sans Serif.