"docs/source/vscode:/vscode.git/clone" did not exist on "fe121c63f5b1ffe8cfa4d4c9b46530d1cb3035e6"
Commit bd18d9da authored by Davis King's avatar Davis King
Browse files

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