diff options
author | Brad King <brad.king@kitware.com> | 2016-07-06 13:35:51 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-07-06 13:35:51 (GMT) |
commit | 73f480b0ad6a9fed1dcadab7ff2b1afb6547941a (patch) | |
tree | 474291c865e152688de0058ffe67e94dff909c8b | |
parent | f45befed3af7f24cf8aae1a29d3475ad6ae0b161 (diff) | |
parent | 10a7459a228f2968681d064486d49942f6d5ecc3 (diff) | |
download | CMake-73f480b0ad6a9fed1dcadab7ff2b1afb6547941a.zip CMake-73f480b0ad6a9fed1dcadab7ff2b1afb6547941a.tar.gz CMake-73f480b0ad6a9fed1dcadab7ff2b1afb6547941a.tar.bz2 |
Merge topic 'FindJava-doc-update'
10a7459a FindJava: Do not document variables we do not provide
-rw-r--r-- | Modules/FindJava.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/FindJava.cmake b/Modules/FindJava.cmake index c643d9b..424ae30 100644 --- a/Modules/FindJava.cmake +++ b/Modules/FindJava.cmake @@ -8,6 +8,7 @@ # include files and libraries are. The caller may set variable JAVA_HOME # 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. # @@ -54,8 +55,6 @@ # :: # # 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. # # |