Skip to content

Commit 3cda807

Browse files
authored
Update check_opts.bat
Fixes peterjc123#33
1 parent a335f65 commit 3cda807

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
@@ -30,7 +30,7 @@ IF exist "%MKLProductDir%\mkl\lib\intel64_win" (
3030
set "LIB=%MKLProductDir%\mkl\lib\intel64_win;%MKLProductDir%\compiler\lib\intel64_win;%LIB%";
3131
)
3232

33-
if "%NO_CUDA%"==""(
33+
if "%NO_CUDA%"=="" (
3434
IF "%MAGMA_HOME%" == "" (
3535
echo MAGMA_HOME is set. MAGMA will be inclued in build.
3636
) ELSE (

0 commit comments

Comments
 (0)