Commit bd18d9da authored by Davis King's avatar Davis King

Changed cmake settings so it doesn't try to use the intel MKL when using mingw.

parent 2bf827d3
......@@ -171,7 +171,7 @@ if (UNIX)
message(" *****************************************************************************")
endif()
elseif(WIN32)
elseif(WIN32 AND NOT MINGW)
message(STATUS "Searching for BLAS and LAPACK")
include(CheckTypeSize)
......
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