LLNL / sundials

Official development repository for SUNDIALS - a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers. Pull requests are welcome for bug fixes and minor changes.
https://computing.llnl.gov/projects/sundials
BSD 3-Clause "New" or "Revised" License
522 stars 130 forks source link

Fix aliasing potential `ALIAS` target `SuiteSparse::KLU` #582

Closed dweindl closed 2 months ago

dweindl commented 2 months ago

Fixes a CMake configuration issue related to aliasing an ALIAS target when using ENABLE_KLU=ON in combination with a static-only build of SuiteSparse.

See #579 for details.

Fixes #579.