add path to find iomp5 mkl library

release/4.3a0
acxz 2020-05-07 09:07:16 -04:00
parent 81494cefdf
commit 3d328f12a2
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ ELSEIF(MKL_ROOT_DIR) # UNIX and macOS
FIND_LIBRARY(MKL_IOMP5_LIBRARY
iomp5
PATHS
${MKL_ROOT_DIR}/lib/intel64
${MKL_ROOT_DIR}/../lib/intel64
)
ELSE()