cmake pkg: find BLAS libs
This commit is contained in:
parent
77aceb885c
commit
170786c20a
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ if (NOT LLAMA_SHARED_LIB)
|
||||||
|
|
||||||
if (GGML_BLAS)
|
if (GGML_BLAS)
|
||||||
find_package(BLAS REQUIRED)
|
find_package(BLAS REQUIRED)
|
||||||
|
list(APPEND _llama_link_deps BLAS::BLAS)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (GGML_CUDA)
|
if (GGML_CUDA)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue