From: Matthias Maier Date: Tue, 6 Nov 2018 22:15:41 +0000 (-0600) Subject: CMake: Remove a faulty list manipulation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d882f3a65d93e7e571b80e09bb9371015f149c2c;p=dealii.git CMake: Remove a faulty list manipulation --- diff --git a/cmake/modules/FindPETSC.cmake b/cmake/modules/FindPETSC.cmake index a49426ebd9..8f8b9ff18e 100644 --- a/cmake/modules/FindPETSC.cmake +++ b/cmake/modules/FindPETSC.cmake @@ -152,11 +152,6 @@ IF(NOT PETSC_PETSCVARIABLES MATCHES "-NOTFOUND") ENDIF() ENDFOREACH() - # Remove petsc's own include directories: - IF(NOT "${_petsc_includes}" STREQUAL "") - LIST(REMOVE_AT _petsc_includes 0 1) - ENDIF() - # # Link line: #