Skip to content

Commit

Permalink
hunter: assume with partition when SuiteSparse is built with Hunter
Browse files Browse the repository at this point in the history
Change-Id: Id411579b91530b4cbc4ea274d023d8ff98146936
  • Loading branch information
NeroBurner committed Oct 30, 2023
1 parent dd420bb commit d6d24b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ if (SUITESPARSE)
# Check for SuiteSparse and dependencies.
if (HUNTER_ENABLED)
find_package(SuiteSparse CONFIG)
set(SuiteSparse_Partition_FOUND ON)
else ()
find_package(SuiteSparse 4.5.6 COMPONENTS CHOLMOD SPQR
OPTIONAL_COMPONENTS Partition)
Expand Down

0 comments on commit d6d24b4

Please sign in to comment.