try BLAS_LIBRARIES instead
This commit is contained in:
parent
170786c20a
commit
19505ff776
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ if (NOT LLAMA_SHARED_LIB)
|
|||
|
||||
if (GGML_BLAS)
|
||||
find_package(BLAS REQUIRED)
|
||||
list(APPEND _llama_link_deps BLAS::BLAS)
|
||||
list(APPEND _llama_link_deps ${BLAS_LIBRARIES})
|
||||
endif()
|
||||
|
||||
if (GGML_CUDA)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue