Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions cmake/mkl/MKLConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -980,11 +980,6 @@ if(NOT MKL_THREADING STREQUAL "tbb_thread" AND MKL_THREADING MATCHES "_thread")
"windows/compiler/lib/${MKL_ARCH}_win"
"../compiler/lib/${MKL_ARCH}_lin" "../compiler/lib/${MKL_ARCH}_win"
"../compiler/lib/${MKL_ARCH}" "../compiler/lib" "compiler/lib"
"../../compiler/latest/lib"
"../../compiler/latest/linux/compiler/lib/${MKL_ARCH}"
"../../compiler/latest/linux/compiler/lib/${MKL_ARCH}_lin"
"../../compiler/latest/windows/compiler/lib/${MKL_ARCH}"
"../../compiler/latest/windows/compiler/lib/${MKL_ARCH}_win"
NO_DEFAULT_PATH)
if(WIN32)
set(OMP_DLLNAME ${LIB_PREFIX}${MKL_OMP_LIB}.dll)
Expand All @@ -995,11 +990,6 @@ if(NOT MKL_THREADING STREQUAL "tbb_thread" AND MKL_THREADING MATCHES "_thread")
"redist/${MKL_ARCH}"
"redist/${MKL_ARCH}_win" "redist/${MKL_ARCH}_win/compiler"
"../redist/${MKL_ARCH}/compiler" "../compiler/lib"
"../../compiler/latest/bin"
"../../compiler/latest/windows/redist/${MKL_ARCH}_win"
"../../compiler/latest/windows/redist/${MKL_ARCH}_win/compiler"
"../../compiler/latest/windows/compiler/redist/${MKL_ARCH}_win"
"../../compiler/latest/windows/compiler/redist/${MKL_ARCH}_win/compiler"
NO_DEFAULT_PATH)
if(MKL_LINK STREQUAL "sdl" AND NOT OMP_DLL_DIR)
mkl_message(WARNING "${OMP_DLLNAME} not found. MKL_ENV will not contain paths for ${OMP_DLLNAME}.")
Expand Down
Loading