Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CMake/FindCSparse.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ FIND_PATH(CSPARSE_INCLUDE_DIR NAMES cs.h
/opt/local/include/ufsparse
/usr/local/include/ufsparse
/sw/include/ufsparse
PATH_SUFFIXES
suitesparse
ufsparse
)

FIND_LIBRARY(CSPARSE_LIBRARY NAMES cxsparse
Expand All @@ -22,4 +25,4 @@ FIND_LIBRARY(CSPARSE_LIBRARY NAMES cxsparse

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(CSparse DEFAULT_MSG
CSPARSE_INCLUDE_DIR CSPARSE_LIBRARY)
CSPARSE_INCLUDE_DIR CSPARSE_LIBRARY)