We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c46aa commit 00c2ccbCopy full SHA for 00c2ccb
CMakeLists.txt
@@ -289,7 +289,7 @@ if (LLAMA_BLAS)
289
290
add_subdirectory(../OpenBLAS ${CMAKE_CURRENT_BINARY_DIR}/OpenBLAS)
291
292
- set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} openblas_static)
+ set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} openblas_shared)
293
set(LLAMA_EXTRA_INCLUDES ${LLAMA_EXTRA_INCLUDES} ../OpenBLAS ${CMAKE_CURRENT_BINARY_DIR}/OpenBLAS)
294
endif()
295
0 commit comments