Skip to content

Commit 2ec80e8

Browse files
authored
Fix typo in cuda100.bat
1 parent 3a85aee commit 2ec80e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda100.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ IF "%NVTOOLSEXT_PATH%"=="" (
2525
)
2626

2727
IF "%CUDA_PATH_V10_0%"=="" (
28-
echo CUDA 9.2 not found, disabling it
28+
echo CUDA 10.0 not found, disabling it
2929
set NO_CUDA=1
3030
) ELSE (
3131
set "CUDA_PATH=%CUDA_PATH_V10_0%"

0 commit comments

Comments
 (0)