Skip to content

Commit

Permalink
Static Lapack linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Aug 17, 2016
1 parent 48aa123 commit a3b4d46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/OpenCVFindLibsPerf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a3b4d46

Please sign in to comment.