diff options
| -rw-r--r-- | CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a434f0..07443e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,6 +115,7 @@ if (LLAMA_OPENBLAS)          add_compile_definitions(GGML_USE_OPENBLAS)          add_link_options(${BLAS_LIBRARIES}) +        set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} openblas)      else()          message(WARNING "OpenBLAS not found")      endif() | 
