FindJPEG: Fix documentation of include directory input variable

This commit is contained in:
Brad King
2024-09-20 12:03:08 -04:00
parent fdceee50e6
commit 698ea5bd94

View File

@@ -37,7 +37,7 @@ Cache variables
The following cache variables may also be set: The following cache variables may also be set:
``JPEG_INCLUDE_DIRS`` ``JPEG_INCLUDE_DIR``
where to find jpeglib.h, etc. where to find jpeglib.h, etc.
``JPEG_LIBRARY_RELEASE`` ``JPEG_LIBRARY_RELEASE``
where to find the JPEG library (optimized). where to find the JPEG library (optimized).
@@ -50,8 +50,6 @@ The following cache variables may also be set:
Obsolete variables Obsolete variables
^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^
``JPEG_INCLUDE_DIR``
where to find jpeglib.h, etc. (same as JPEG_INCLUDE_DIRS)
``JPEG_LIBRARY`` ``JPEG_LIBRARY``
where to find the JPEG library. where to find the JPEG library.
#]=======================================================================] #]=======================================================================]