From 91e0c63eac0e04bb58ec7ac948967f287221a6f5 Mon Sep 17 00:00:00 2001 From: Edwin Solis Date: Fri, 25 Jul 2025 00:04:49 -0700 Subject: [PATCH] Fixed dlls not found due to missing search paths --- CMakeModules/FindAF_MKL.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeModules/FindAF_MKL.cmake b/CMakeModules/FindAF_MKL.cmake index 18037ca4fc..2da1ed4584 100644 --- a/CMakeModules/FindAF_MKL.cmake +++ b/CMakeModules/FindAF_MKL.cmake @@ -310,8 +310,9 @@ function(find_mkl_library) $ENV{LIB} $ENV{LIBRARY_PATH} PATHS - ${MKL_ROOT}/bin - ${TBB_ROOT}/bin + $ENV{MKLROOT}/bin + $ENV{TBBROOT}/bin + $ENV{ONEAPI_ROOT}/compiler/latest/bin PATH_SUFFIXES IntelSWTools/compilers_and_libraries/windows/redist/intel64/mkl IntelSWTools/compilers_and_libraries/windows/redist/intel64/compiler