FindJava: Do not document variables we do not provide

Drop Java_INCLUDE_DIRS and Java_LIBRARIES from the documentation since
we do not provide them.  Also add a link to FindJNI to help users find
it.  Fixes #16180.
This commit is contained in:
Brad King 2016-07-05 14:17:06 -04:00
parent 909048e534
commit 10a7459a22
1 changed files with 1 additions and 2 deletions

View File

@ -8,6 +8,7 @@
# include files and libraries are. The caller may set variable JAVA_HOME # include files and libraries are. The caller may set variable JAVA_HOME
# to specify a Java installation prefix explicitly. # to specify a Java installation prefix explicitly.
# #
# See also the :module:`FindJNI` module to find Java development tools.
# #
# Specify one or more of the following components as you call this find module. See example below. # Specify one or more of the following components as you call this find module. See example below.
# #
@ -54,8 +55,6 @@
# :: # ::
# #
# Java_FOUND - TRUE if all components are found. # Java_FOUND - TRUE if all components are found.
# Java_INCLUDE_DIRS - Full paths to all include dirs.
# Java_LIBRARIES - Full paths to all libraries.
# Java_<component>_FOUND - TRUE if <component> is found. # Java_<component>_FOUND - TRUE if <component> is found.
# #
# #