From: Matthias Maier Date: Tue, 6 Nov 2018 22:15:41 +0000 (-0600) Subject: CMake: Remove a faulty list manipulation X-Git-Tag: v9.1.0-rc1~572^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e359a202361f33e4694372c9b43922c6850853b2;p=dealii.git CMake: Remove a faulty list manipulation --- diff --git a/cmake/modules/FindPETSC.cmake b/cmake/modules/FindPETSC.cmake index 81de38a12a..e1795eeeb3 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: #