Commit 055d5a07 authored by Christopher Baker's avatar Christopher Baker Committed by Davis E. King

Add support for finding MKL on macOS, Fixes #1033. (#1088)

parent 54723def
......@@ -73,6 +73,7 @@ if (UNIX OR MINGW)
/opt/intel/mkl/*/lib/em64t
/opt/intel/mkl/lib/intel64
/opt/intel/lib/intel64
/opt/intel/mkl/lib
)
find_library(mkl_intel mkl_intel_lp64 ${mkl_search_path})
......
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