Skip to content

Commit

Permalink
Merge pull request #14 from wavefunction91/fixup/openblas
Browse files Browse the repository at this point in the history
Add additional search paths for OpenBLAS headers
  • Loading branch information
David Williams-Young authored May 31, 2023
2 parents 97d9d96 + a5b4d22 commit 28ceaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FindOpenBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ find_path( OpenBLAS_INCLUDE_DIR
NAMES openblas_config.h
HINTS ${OpenBLAS_PREFIX}
PATHS ${OpenBLAS_INCLUDE_DIR}
PATH_SUFFIXES include
PATH_SUFFIXES include include/openblas
DOC "OpenBLAS header"
)

Expand Down

0 comments on commit 28ceaa9

Please sign in to comment.