Skip to content

Commit

Permalink
restore original FindGraphBLAS.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Aug 13, 2024
1 parent be7d698 commit 3973dfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmake_modules/FindGraphBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,9 @@ find_path ( GRAPHBLAS_INCLUDE_DIR
HINTS ${PROJECT_SOURCE_DIR}/..
HINTS ${PROJECT_SOURCE_DIR}/../GraphBLAS
HINTS ${PROJECT_SOURCE_DIR}/../SuiteSparse/GraphBLAS
PATH_SUFFIXES include Include include/suitesparse suitesparse
PATH_SUFFIXES include Include
NO_DEFAULT_PATH )

message ( status "GraphBLAS Include dir: ${GRAPHBLAS_INCLUDE_DIR}" )

# dynamic SuiteSparse:GraphBLAS library
find_library ( GRAPHBLAS_LIBRARY
NAMES graphblas
Expand Down

0 comments on commit 3973dfe

Please sign in to comment.