提交 9e657542 编写于 作者: V Vadim Pisarevsky

Merge pull request #7111 from sovrasov:mkl_lapack

......@@ -4,6 +4,9 @@
# --- Lapack ---
if(WITH_LAPACK)
if(WIN32)
set(BLA_STATIC 1)
endif()
find_package(LAPACK)
if(LAPACK_FOUND)
find_path(LAPACKE_INCLUDE_DIR "lapacke.h")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册