[CMake] Don't require BLAS in FindSuiteSparse
If BLAS is not found, the whole configure process is aborted. We actually want that BLAS is a requirement for SuiteSparse. It is better to check using FindPackageHandleStandardArgs.
Please register or sign in to comment