1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Merge pull request #7111 from sovrasov:mkl_lapack

This commit is contained in:
Vadim Pisarevsky
2016-08-18 13:05:26 +00:00
+3
View File
@@ -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")