From a8908f73e3e5c06db5b6720b77b1a7383a52cf08 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 30 Apr 2020 16:27:12 -0500 Subject: [PATCH] CMake: Clear all cached variables in FindGINKGO.cmake --- cmake/modules/FindGINKGO.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.5