Skip to content

Commit

Permalink
FindGraphBLAS: looking for GraphBLAS.h
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Aug 12, 2024
1 parent 8187e9b commit f752e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake_modules/FindGraphBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ find_path ( GRAPHBLAS_INCLUDE_DIR
HINTS ${PROJECT_SOURCE_DIR}/..
HINTS ${PROJECT_SOURCE_DIR}/../GraphBLAS
HINTS ${PROJECT_SOURCE_DIR}/../SuiteSparse/GraphBLAS
HINTS ${PROJECT_SOURCE_DIR}/../include/suitesparse
PATH_SUFFIXES include Include
HINTS ${PROJECT_SOURCE_DIR}/../include
PATH_SUFFIXES include Include suitesparse
NO_DEFAULT_PATH )

# dynamic SuiteSparse:GraphBLAS library
Expand Down

0 comments on commit f752e20

Please sign in to comment.