From 1fbb72a6da9a4ede89f199d4478b84734ebbea1d Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 14 Mar 2017 16:08:48 -0500 Subject: [PATCH] CMake: Remove a broken workaround --- cmake/modules/FindTRILINOS.cmake | 10 ---------- 1 file changed, 10 deletions(-) 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... -- 2.39.5