From: Matthias Maier Date: Tue, 29 Dec 2020 00:19:00 +0000 (-0600) Subject: CMake: Fix Ginkgo linkage X-Git-Tag: v9.3.0-rc1~716^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11431%2Fhead;p=dealii.git CMake: Fix Ginkgo linkage We also have to the "ginkgo" library itself... In reference to #11413 --- diff --git a/cmake/modules/FindGINKGO.cmake b/cmake/modules/FindGINKGO.cmake index 2ab3fa18da..b3c030e325 100644 --- a/cmake/modules/FindGINKGO.cmake +++ b/cmake/modules/FindGINKGO.cmake @@ -49,7 +49,7 @@ unset(GINKGO_CXX_COMPILER) # the full path: # SET(_libraries "") -FOREACH(_library ${GINKGO_INTERFACE_LINK_LIBRARIES}) +FOREACH(_library ginkgo ${GINKGO_INTERFACE_LINK_LIBRARIES}) LIST(APPEND _libraries GINKGO_LIBRARY_${_library}) DEAL_II_FIND_LIBRARY(GINKGO_LIBRARY_${_library} NAMES ${_library}