Skip to content

Commit

Permalink
Handle new suiteparse version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlttiJokinen committed Jan 11, 2024
1 parent f5113f7 commit 0e2ab16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Findsuitesparse.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ endif()
find_path(suitesparse_cholmod_INCLUDE_DIR
NAMES cholmod.h
HINTS ${SUITESPARSE_DIRS}
PATH_SUFFIXES include
PATH_SUFFIXES "suitesparse" "include/suitesparse"
)

find_path(suitesparse_spqr_INCLUDE_DIR
NAMES SuiteSparseQR.hpp
HINTS ${SUITESPARSE_DIRS}
PATH_SUFFIXES include
PATH_SUFFIXES "suitesparse" "include/suitesparse"
)

find_library(suitesparse_cholmod_LIBRARY
Expand Down

0 comments on commit 0e2ab16

Please sign in to comment.