one more typo corrected

This commit is contained in:
Sylvain PILLOT 2022-08-30 12:48:19 +02:00
parent dd43e709d8
commit 05f29198e3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ find_simple_library(libcJPEG.a jpeglib.h _
set(CJPEG_VERSION "${JPEG_LIB_VERSION_MAJOR}.${JPEG_LIB_VERSION_MINOR}")
find_package_handle_standard_args(cJPG
find_package_handle_standard_args(cJPEG
REQUIRED_VARS CJPEG_PATH
VERSION_VAR CJPEG_VERSION)