]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Sep 2012 13:19:32 +0000 (13:19 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Sep 2012 13:19:32 +0000 (13:19 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26722 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/modules/FindTRILINOS.cmake

index e0a32639401221abbed31845aa374296195415f4..f7884e457677a5cbe6ebbfaa8f7dbbb461ea7263 100644 (file)
@@ -53,13 +53,13 @@ SET(TRILINOS_INCLUDE_DIRS ${Trilinos_INCLUDE_DIRS})
 # So we check again for every lib and store the full path:
 #
 FOREACH(library ${Trilinos_LIBRARIES})
-  FIND_LIBRARY(TRILINOS_LIBRARY_${macro_library}
+  FIND_LIBRARY(TRILINOS_LIBRARY_${library}
     NAMES ${library}
     HINTS ${Trilinos_LIBRARY_DIRS}
     )
-  MARK_AS_ADVANCED(TRILINOS_LIBRARY_${macro_library})
+  MARK_AS_ADVANCED(TRILINOS_LIBRARY_${library})
 
-  LIST(APPEND TRILINOS_LIBRARIES ${TRILINOS_LIBRARY_${macro_library}})
+  LIST(APPEND TRILINOS_LIBRARIES ${TRILINOS_LIBRARY_${library}})
 ENDFOREACH()
 
 

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.