Skip to content

Commit d9d5169

Browse files
authored
[cmake] remove the latest lib directories from MKLConfig (#719)
1 parent 083de5d commit d9d5169

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

cmake/mkl/MKLConfig.cmake

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -980,11 +980,6 @@ if(NOT MKL_THREADING STREQUAL "tbb_thread" AND MKL_THREADING MATCHES "_thread")
980980
"windows/compiler/lib/${MKL_ARCH}_win"
981981
"../compiler/lib/${MKL_ARCH}_lin" "../compiler/lib/${MKL_ARCH}_win"
982982
"../compiler/lib/${MKL_ARCH}" "../compiler/lib" "compiler/lib"
983-
"../../compiler/latest/lib"
984-
"../../compiler/latest/linux/compiler/lib/${MKL_ARCH}"
985-
"../../compiler/latest/linux/compiler/lib/${MKL_ARCH}_lin"
986-
"../../compiler/latest/windows/compiler/lib/${MKL_ARCH}"
987-
"../../compiler/latest/windows/compiler/lib/${MKL_ARCH}_win"
988983
NO_DEFAULT_PATH)
989984
if(WIN32)
990985
set(OMP_DLLNAME ${LIB_PREFIX}${MKL_OMP_LIB}.dll)
@@ -995,11 +990,6 @@ if(NOT MKL_THREADING STREQUAL "tbb_thread" AND MKL_THREADING MATCHES "_thread")
995990
"redist/${MKL_ARCH}"
996991
"redist/${MKL_ARCH}_win" "redist/${MKL_ARCH}_win/compiler"
997992
"../redist/${MKL_ARCH}/compiler" "../compiler/lib"
998-
"../../compiler/latest/bin"
999-
"../../compiler/latest/windows/redist/${MKL_ARCH}_win"
1000-
"../../compiler/latest/windows/redist/${MKL_ARCH}_win/compiler"
1001-
"../../compiler/latest/windows/compiler/redist/${MKL_ARCH}_win"
1002-
"../../compiler/latest/windows/compiler/redist/${MKL_ARCH}_win/compiler"
1003993
NO_DEFAULT_PATH)
1004994
if(MKL_LINK STREQUAL "sdl" AND NOT OMP_DLL_DIR)
1005995
mkl_message(WARNING "${OMP_DLLNAME} not found. MKL_ENV will not contain paths for ${OMP_DLLNAME}.")

0 commit comments

Comments
 (0)