Skip to content

Commit 60ddf86

Browse files
authored
Fix mkl path
1 parent 2c03077 commit 60ddf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/check_opts.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ IF "%MKLProductDir%" == "" IF exist "C:\Program Files (x86)\IntelSWTools\compile
2424
IF exist "%MKLProductDir%\mkl\lib\intel64_win" (
2525
echo MKL found, adding it to build
2626
set "CMAKE_INCLUDE_PATH=%MKLProductDir%\mkl\include"
27-
set "LIB=%MKLProductDir%\mkl\lib\intel64_win;%LIB%";
27+
set "LIB=%MKLProductDir%\mkl\lib\intel64_win;%MKLProductDir%\compiler\lib\intel64_win;%LIB%";
2828
)
2929

3030
exit /b 0

0 commit comments

Comments
 (0)