Commit 272e0c79 authored by Evgeniy Fominov's avatar Evgeniy Fominov Committed by Davis E. King

Allow MINGW OpenBLAS usage (#455)

parent cf3a7ea7
......@@ -26,7 +26,7 @@ SET(found_intel_mkl 0)
SET(found_intel_mkl_headers 0)
if (UNIX)
if (UNIX OR MINGW)
message(STATUS "Searching for BLAS and LAPACK")
if (BUILDING_MATLAB_MEX_FILE)
......
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