DrTimothyAldenDavis / SuiteSparse

The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University.
https://people.engr.tamu.edu/davis/suitesparse.html
Other
1.14k stars 258 forks source link

CHOLMOD: Fix typo in build rules. #739

Closed mmuetzel closed 7 months ago

mmuetzel commented 7 months ago

CMAKE_EXTRA_INCLUDE_FILES is currently not reset to its previous value as it was intended. Even if this typo doesn't have actual consequences currently afaict, it should still be fixed.

DrTimothyAldenDavis commented 7 months ago

I'll include this in CHOLMOD 5.1.2, which I'd like to release soon, to fix this bug: https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/741