]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a typo
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Sep 2012 18:01:34 +0000 (18:01 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Sep 2012 18:01:34 +0000 (18:01 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26439 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/cmake/configure/configure_trilinos.cmake

index e7755e6880cccb4f477639045d61eca98b397885..c0ce95bb3109aded219fc26cdf67eaaee14c7514 100644 (file)
@@ -32,14 +32,14 @@ MACRO(FEATURE_TRILINOS_FIND_EXTERNAL var)
         MESSAGE(STATUS "Found ${macro_module}")
       ELSE()
         MESSAGE(WARNING "Module ${macro_module} not found!")
-        LIST(APPEND macro_modules_missing ${macro_module})
+        SET(macro_modules_missing "${macro_modules_missing} ${macro_module}")
         SET(${var} FALSE)
       ENDIF()
     ENDFOREACH()
 
     IF(NOT ${var})
       MESSAGE(WARNING "
-The Trilinos installation is missing one or modules necessary for
+The Trilinos installation is missing one or more  modules necessary for
 the deal.II Trilinos interfaces:
 ${macro_modules_missing}
 

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.