Skip to content

Commit a66bd9d

Browse files
committed
fix syntax
1 parent 2952667 commit a66bd9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ if [ "$cuda" = 'yes' ] || [ "$cudampi" = 'yes' ]; then
10551055

10561056
cudaversion=`$nvcc --version | grep 'release' | cut -d' ' -f5 | cut -d',' -f1`
10571057

1058-
if [ "$cudaversion" = "12.0" -o "$cudaversion" = "12.1" -o "$cudaversion" = "12.2" -o "$cudaversion" = "12.3" -o "$cudaversion" = "12.4"]; then
1058+
if [ "$cudaversion" = "12.0" -o "$cudaversion" = "12.1" -o "$cudaversion" = "12.2" -o "$cudaversion" = "12.3" -o "$cudaversion" = "12.4" ]; then
10591059

10601060
echo "CUDA Version $cudaversion detected"
10611061

0 commit comments

Comments
 (0)