try BLAS_LIBRARIES instead

This commit is contained in:
Mason M 2024-11-19 18:01:12 -04:00
parent 170786c20a
commit 19505ff776

View file

@ -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)