From 2304466ae63da13805a1eae6d9f541154b0ba286 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 17 Sep 2012 23:00:54 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@26462 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/cmake/configure/configure_trilinos.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/contrib/cmake/configure/configure_trilinos.cmake b/deal.II/contrib/cmake/configure/configure_trilinos.cmake index ff074eeb99..74e7c58c82 100644 --- a/deal.II/contrib/cmake/configure/configure_trilinos.cmake +++ b/deal.II/contrib/cmake/configure/configure_trilinos.cmake @@ -89,7 +89,7 @@ it incompatible with deal.II. Please use versions before 10.6 or after # # TODO: Refine this check... # - IF("${TRILINOS_MPI_LIBRARIES}" EQUAL "") + IF(NOT "${Trilinos_MPI_EXEC}" EQUAL "") SET(TRILINOS_USE_MPI TRUE) ENDIF() IF( (TRILINOS_USE_MPI AND NOT DEAL_II_COMPILER_SUPPORTS_MPI) OR -- 2.39.5