exit with success even if no CUDA version detected

This commit is contained in:
Michael Vines 2019-06-18 21:17:20 -07:00
parent 465cd45833
commit 6bc0d2a0cb
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -88,4 +88,4 @@ done
echo
echo No supported CUDA versions detected
exit 1
exit 0