Commit a3b4d460 authored by Sovrasov's avatar Sovrasov Committed by Vladislav Sovrasov

Static Lapack linkage

parent 48aa1234
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment