Skip to content

Commit e0422fe

Browse files
committed
Fixed typo "OpenGL" --> "OpenCL"
1 parent d194649 commit e0422fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ifndef BACKEND
6060
$(info BACKEND not set and OpenCL was detected, using OpenCL)
6161
BACKEND := OpenCL
6262
else
63-
$(error BACKEND not set and neither CUDA nor OpenGL was detected.)
63+
$(error BACKEND not set and neither CUDA nor OpenCL was detected.)
6464
endif
6565
endif
6666
else

0 commit comments

Comments
 (0)