From: Terry Cojean Date: Fri, 11 Nov 2022 12:18:19 +0000 (+0100) Subject: Mention reason for change. X-Git-Tag: v9.5.0-rc1~859^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ada32e9f641f29d3e4c14ad8e3e5b6e86a5540;p=dealii.git Mention reason for change. Co-authored-by: Martin Kronbichler --- diff --git a/cmake/modules/FindGINKGO.cmake b/cmake/modules/FindGINKGO.cmake index 4221c5c421..43bb8fdf21 100644 --- a/cmake/modules/FindGINKGO.cmake +++ b/cmake/modules/FindGINKGO.cmake @@ -51,6 +51,8 @@ unset(GINKGO_CXX_COMPILER) # SET(_libraries "") FOREACH(_library ginkgo ${GINKGO_INTERFACE_LINK_LIBRARIES}) + # Make sure to only pick up Ginkgo's own libraries here, skipping + # the MPI libraries that are listed here as of Ginkgo 1.5.0. IF(_library MATCHES "ginkgo.*") LIST(APPEND _libraries GINKGO_LIBRARY_${_library}) DEAL_II_FIND_LIBRARY(GINKGO_LIBRARY_${_library}