We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c03077 commit 60ddf86Copy full SHA for 60ddf86
internal/check_opts.bat
@@ -24,7 +24,7 @@ IF "%MKLProductDir%" == "" IF exist "C:\Program Files (x86)\IntelSWTools\compile
24
IF exist "%MKLProductDir%\mkl\lib\intel64_win" (
25
echo MKL found, adding it to build
26
set "CMAKE_INCLUDE_PATH=%MKLProductDir%\mkl\include"
27
- set "LIB=%MKLProductDir%\mkl\lib\intel64_win;%LIB%";
+ set "LIB=%MKLProductDir%\mkl\lib\intel64_win;%MKLProductDir%\compiler\lib\intel64_win;%LIB%";
28
)
29
30
exit /b 0
0 commit comments