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 d2fe216 commit 4ff7009Copy full SHA for 4ff7009
ggml/src/ggml-blas/CMakeLists.txt
@@ -54,6 +54,8 @@ if (BLAS_FOUND)
54
endif()
55
if (DepBLAS_FOUND)
56
set(BLAS_INCLUDE_DIRS ${DepBLAS_INCLUDE_DIRS})
57
+ set(BLAS_LIBRARIES ${DepBLAS_LIBRARIES})
58
+ set(BLAS_LINKER_FLAGS ${DepBLAS_LINKER_FLAGS})
59
else()
60
message(WARNING "BLAS_INCLUDE_DIRS neither been provided nor been automatically"
61
" detected by pkgconfig, trying to find cblas.h from possible paths...")
0 commit comments