Skip to content

Commit

Permalink
use shared openblas
Browse files Browse the repository at this point in the history
  • Loading branch information
l3utterfly committed Mar 26, 2024
1 parent 57c46aa commit 00c2ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ if (LLAMA_BLAS)

add_subdirectory(../OpenBLAS ${CMAKE_CURRENT_BINARY_DIR}/OpenBLAS)

set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} openblas_static)
set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} openblas_shared)
set(LLAMA_EXTRA_INCLUDES ${LLAMA_EXTRA_INCLUDES} ../OpenBLAS ${CMAKE_CURRENT_BINARY_DIR}/OpenBLAS)
endif()

Expand Down

0 comments on commit 00c2ccb

Please sign in to comment.