From: Matthias Maier Date: Thu, 30 Apr 2020 21:27:12 +0000 (-0500) Subject: CMake: Clear all cached variables in FindGINKGO.cmake X-Git-Tag: v9.2.0-rc1~154^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9996%2Fhead;p=dealii.git CMake: Clear all cached variables in FindGINKGO.cmake --- diff --git a/cmake/modules/FindGINKGO.cmake b/cmake/modules/FindGINKGO.cmake index cfe2748e1d..0c2917817c 100644 --- a/cmake/modules/FindGINKGO.cmake +++ b/cmake/modules/FindGINKGO.cmake @@ -68,5 +68,5 @@ DEAL_II_PACKAGE_HANDLE(GINKGO INCLUDE_DIRS REQUIRED GINKGO_INCLUDE_DIR USER_INCLUDE_DIRS REQUIRED GINKGO_INCLUDE_DIR CLEAR - GINKGO_INCLUDE_DIR + GINKGO_LIBRARY GINKGO_REFERENCE_LIBRARY GINKGO_OMP_LIBRARY GINKGO_CUDA_LIBRARY GINKGO_INCLUDE_DIR )