Skip to content

Commit 14a26cd

Browse files
Fix Typo
1 parent 731b517 commit 14a26cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ if (ENABLE_V4L2)
316316
else()
317317
message( STATUS "JPEG library not found, MJPEG camera format won't work in V4L2 grabber.")
318318
endif()
319-
endif (TurboJPEG_FOUND)
319+
endif (TURBOJPEG_FOUND)
320320

321321

322322
if (TURBOJPEG_FOUND OR JPEG_FOUND)

0 commit comments

Comments
 (0)