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.17k stars 262 forks source link

KLU: Check for dependencies before including target file #664

Closed mmuetzel closed 10 months ago

mmuetzel commented 10 months ago

Afaict, most CMake config files look for dependencies before including the Target file. Do the same also for KLUConfig.cmake. Otherwise, there could be odd behavior in some circumstances.