]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change variable name
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Sep 2012 09:05:52 +0000 (09:05 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 20 Sep 2012 09:05:52 +0000 (09:05 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26548 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 7798de197407ba5c8f523b20a506d5e9f0af88ca..af8e8c65424616a86d59c399e5963ed2dc523352 100644 (file)
@@ -84,12 +84,12 @@ MACRO(FEATURE_TRILINOS_FIND_EXTERNAL var)
     # of Epetra.
     #
     IF(EXISTS "${TRILINOS_INCLUDE_DIR}/Epetra_MpiComm.h")
-      SET(TRILINOS_HAVE_EPETRA_MPICOMM_H TRUE)
+      SET(TRILINOS_WITH_MPICOMM TRUE)
     ENDIF()
 
-    IF( (TRILINOS_HAVE_EPETRA_MPICOMM_H AND NOT DEAL_II_COMPILER_SUPPORTS_MPI)
+    IF( (TRILINOS_WITH_MPI AND NOT DEAL_II_COMPILER_SUPPORTS_MPI)
          OR
-         (NOT TRILINOS_HAVE_EPETRA_MPICOMM_H AND DEAL_II_COMPILER_SUPPORTS_MPI))
+         (NOT TRILINOS_WITH_MPI AND DEAL_II_COMPILER_SUPPORTS_MPI))
       MESSAGE(WARNING "\n"
         "Trilinos has to be configured with the same MPI configuration as deal.II.\n\n"
         )

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.