mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Static Lapack linkage
This commit is contained in:
parent
48aa1234d9
commit
a3b4d4608d
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user