From 89a8602ee7160b89c1c183af5bcf2160f01e2d3e Mon Sep 17 00:00:00 2001
From: Simon Praetorius <simon.praetorius@tu-dresden.de>
Date: Wed, 20 Sep 2023 16:46:10 +0200
Subject: [PATCH] Move the find_package(SuiteSparse) from istl to common

---
 cmake/modules/DuneIstlMacros.cmake | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cmake/modules/DuneIstlMacros.cmake b/cmake/modules/DuneIstlMacros.cmake
index e3eac5a97..fd63163f9 100644
--- a/cmake/modules/DuneIstlMacros.cmake
+++ b/cmake/modules/DuneIstlMacros.cmake
@@ -13,8 +13,6 @@ find_package(SuperLU 5.0)
 include(AddSuperLUFlags)
 find_package(ARPACKPP)
 include(AddARPACKPPFlags)
-find_package(SuiteSparse OPTIONAL_COMPONENTS CHOLMOD LDL SPQR UMFPACK)
-include(AddSuiteSparseFlags)
 
 # enable / disable backwards compatibility w.r.t. category
 set(DUNE_ISTL_SUPPORT_OLD_CATEGORY_INTERFACE 1
-- 
GitLab