Skip to content

Commit

Permalink
add the latest MacOS homebrew search path for suitesparse
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Feb 18, 2024
1 parent bafa202 commit ca6ca18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/FindSuiteSparse.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ list(APPEND SUITESPARSE_CHECK_INCLUDE_DIRS
/opt/local/include
/opt/local/include/ufsparse # Mac OS X
/usr/local/homebrew/include # Mac OS X
/opt/homebrew/include/ # Mac OS X
/opt/homebrew/include/suitesparse # Mac OS X
/usr/local/include
/usr/local/include/suitesparse
/usr/include/suitesparse # Ubuntu
Expand Down

0 comments on commit ca6ca18

Please sign in to comment.