Replace missing FindSuiteSparse.cmake with path to cs.h When FCLIB_WITH_MERIT_FUNCTIONS is enabled, the package tries to find SuiteSparse because it needs cs.h. However, FindSuiteSparse.cmake is not installed by the package. Since we have a dependency on libsuitesparse-dev, we know where cs.h is, so we can add it to the FCLIB target directly.
fclib (3.1.0+dfsg-1) UNRELEASED; urgency=medium
* New upstream version. * Change paths to correspond with new CMake install location. * Make unittests-cmake test the FCLIB exported target. * Hardcode path to cs.h from libsuitesparse-dev.