mirror of
https://github.com/wassname/conan-packages.git
synced 2026-06-27 19:30:36 +08:00
5 lines
201 B
CMake
5 lines
201 B
CMake
find_package(SuiteSparse)
|
|
set(BLAS_FOUND ${SuiteSparse_FOUND})
|
|
set(BLAS_LIBRARIES ${SuiteSparse_LIBRARIES})
|
|
set(BLAS_LIBRARY ${SuiteSparse_LIBRARIES})
|
|
set(BLAS_INCLUDE_DIRS ${SuiteSparse_INCLUDE_DIRS}) |