Skip to content

Commit

Permalink
cmake : Prefer pkg-config while looking for BLAS (ggerganov#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
marmistrz authored and vonstring committed Nov 7, 2023
1 parent 22aa91f commit 041c65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -186,8 +186,8 @@ if (WHISPER_BLAS)
else ()
set(BLA_STATIC 1)
set(BLA_VENDOR ${WHISPER_BLAS_VENDOR})
# set(BLA_PREFER_PKGCONFIG 1)
set(BLA_SIZEOF_INTEGER 8)
set(BLA_PREFER_PKGCONFIG 1)
find_package(BLAS)

if(BLAS_FOUND)
Expand Down

0 comments on commit 041c65c

Please sign in to comment.