From: Matthias Maier Date: Tue, 14 Mar 2017 21:08:48 +0000 (-0500) Subject: CMake: Remove a broken workaround X-Git-Tag: v8.5.0-rc1~39^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fbb72a6da9a4ede89f199d4478b84734ebbea1d;p=dealii.git CMake: Remove a broken workaround --- diff --git a/cmake/modules/FindTRILINOS.cmake b/cmake/modules/FindTRILINOS.cmake index eea17921ab..018bffd93c 100644 --- a/cmake/modules/FindTRILINOS.cmake +++ b/cmake/modules/FindTRILINOS.cmake @@ -189,16 +189,6 @@ STRING(REGEX REPLACE REMOVE_DUPLICATES(Trilinos_TPL_INCLUDE_DIRS) -# -# workaround: Do not pull in scotch include directory. It clashes with -# our use of the metis headers... -# -FOREACH(_item ${Trilinos_TPL_INCLUDE_DIRS}) - IF("${_item}" MATCHES "scotch$") - LIST(REMOVE_ITEM Trilinos_TPL_INCLUDE_DIRS ${_item}) - ENDIF() -ENDFOREACH() - # # We'd like to have the full library names but the Trilinos package only # exports a list with short names...