corrected typo

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

View File

@ -8,7 +8,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
REQUIRED_VARS CJPG_PATH
REQUIRED_VARS CJPEG_PATH
VERSION_VAR CJPEG_VERSION)
if(cJPEG_FOUND)