Skip to content
Snippets Groups Projects
Commit cd4df7b1 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[cholmod][cmake] Make CHOLMOD optionals SuiteSparse component

Otherwise it cannot be found
parent b345aadf
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ find_package(SuperLU)
include(AddSuperLUFlags)
find_package(ARPACKPP)
include(AddARPACKPPFlags)
find_package(SuiteSparse OPTIONAL_COMPONENTS LDL SPQR UMFPACK)
find_package(SuiteSparse OPTIONAL_COMPONENTS CHOLMOD LDL SPQR UMFPACK)
include(AddSuiteSparseFlags)
# enable / disable backwards compatibility w.r.t. category
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment