mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
Static Lapack linkage
This commit is contained in:
parent
48aa1234d9
commit
a3b4d4608d
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
# --- Lapack ---
|
# --- Lapack ---
|
||||||
if(WITH_LAPACK)
|
if(WITH_LAPACK)
|
||||||
|
if(WIN32)
|
||||||
|
set(BLA_STATIC 1)
|
||||||
|
endif()
|
||||||
find_package(LAPACK)
|
find_package(LAPACK)
|
||||||
if(LAPACK_FOUND)
|
if(LAPACK_FOUND)
|
||||||
find_path(LAPACKE_INCLUDE_DIR "lapacke.h")
|
find_path(LAPACKE_INCLUDE_DIR "lapacke.h")
|
||||||
|
Loading…
Reference in New Issue
Block a user