Skip to content

Commit 5e13e70

Browse files
reyoungwangkuiyi
authored andcommitted
Fix CI compile (#5526)
1 parent 133f890 commit 5e13e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/openblas.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ IF(NOT ${CBLAS_FOUND})
8686
UPDATE_COMMAND ""
8787
CONFIGURE_COMMAND ""
8888
)
89-
89+
SET(CBLAS_PROVIDER openblas)
9090
IF(WITH_C_API)
9191
INSTALL(DIRECTORY ${CBLAS_INC_DIR} DESTINATION third_party/openblas)
9292
# Because libopenblas.a is a symbolic link of another library, thus need to

0 commit comments

Comments
 (0)