Skip to content

Commit 00c2ccb

Browse files
committed
use shared openblas
1 parent 57c46aa commit 00c2ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ if (LLAMA_BLAS)
289289

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

292-
set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} openblas_static)
292+
set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} openblas_shared)
293293
set(LLAMA_EXTRA_INCLUDES ${LLAMA_EXTRA_INCLUDES} ../OpenBLAS ${CMAKE_CURRENT_BINARY_DIR}/OpenBLAS)
294294
endif()
295295

0 commit comments

Comments
 (0)