From 698ea5bd94a156eefe498de92f479393bf0dba95 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 20 Sep 2024 12:03:08 -0400 Subject: [PATCH] FindJPEG: Fix documentation of include directory input variable --- Modules/FindJPEG.cmake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Modules/FindJPEG.cmake b/Modules/FindJPEG.cmake index 08a0bd3146..a2c5e4e5c1 100644 --- a/Modules/FindJPEG.cmake +++ b/Modules/FindJPEG.cmake @@ -37,7 +37,7 @@ Cache variables The following cache variables may also be set: -``JPEG_INCLUDE_DIRS`` +``JPEG_INCLUDE_DIR`` where to find jpeglib.h, etc. ``JPEG_LIBRARY_RELEASE`` where to find the JPEG library (optimized). @@ -50,8 +50,6 @@ The following cache variables may also be set: Obsolete variables ^^^^^^^^^^^^^^^^^^ -``JPEG_INCLUDE_DIR`` - where to find jpeglib.h, etc. (same as JPEG_INCLUDE_DIRS) ``JPEG_LIBRARY`` where to find the JPEG library. #]=======================================================================]