Skip to content

Commit

Permalink
Add klu for SuiteSparse
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Dec 25, 2024
1 parent fbdc4ff commit 486d097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ set(MEPHIT_LIBS
)
target_link_libraries(mephit ${MEPHIT_LIBS})
if(LEGACY_SUITESPARSE)
target_link_libraries(mephit ${SuiteSparse_LIBRARIES})
target_link_libraries(mephit ${SUITESPARSE_LIBRARIES} klu)
else()
target_link_libraries(mephit SuiteSparse::umfpack)
endif()
Expand Down

0 comments on commit 486d097

Please sign in to comment.