cmake pkg: find BLAS libs

This commit is contained in:
Mason M 2024-11-19 17:43:57 -04:00
parent 77aceb885c
commit 170786c20a

View file

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