From 3d328f12a2e23161c6416a6eb478afeb021ce460 Mon Sep 17 00:00:00 2001 From: acxz <17132214+acxz@users.noreply.github.com> Date: Thu, 7 May 2020 09:07:16 -0400 Subject: [PATCH] add path to find iomp5 mkl library --- cmake/FindMKL.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/FindMKL.cmake b/cmake/FindMKL.cmake index 7592c9acb..15a15f3ed 100644 --- a/cmake/FindMKL.cmake +++ b/cmake/FindMKL.cmake @@ -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()