mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-15 05:51:07 -05:00
FindJPEG: Fix documentation of include directory input variable
This commit is contained in:
@@ -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.
|
||||||
#]=======================================================================]
|
#]=======================================================================]
|
||||||
|
|||||||
Reference in New Issue
Block a user