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 a335f65 commit 3cda807Copy full SHA for 3cda807
internal/check_opts.bat
@@ -30,7 +30,7 @@ IF exist "%MKLProductDir%\mkl\lib\intel64_win" (
30
set "LIB=%MKLProductDir%\mkl\lib\intel64_win;%MKLProductDir%\compiler\lib\intel64_win;%LIB%";
31
)
32
33
-if "%NO_CUDA%"==""(
+if "%NO_CUDA%"=="" (
34
IF "%MAGMA_HOME%" == "" (
35
echo MAGMA_HOME is set. MAGMA will be inclued in build.
36
) ELSE (
0 commit comments