Merge topic 'UseJava-fix-doc-typo'

1053db7b UseJava: Fix documented name of `CLASSDIR` property (#15936)
This commit is contained in:
Brad King 2016-01-27 09:47:57 -05:00 committed by CMake Topic Stage
commit 656768cffe
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@
# This is used by install_jni_symlink(). # This is used by install_jni_symlink().
# JAR_FILE The location of the jar file so that you can include # JAR_FILE The location of the jar file so that you can include
# it. # it.
# CLASS_DIR The directory where the class files can be found. For # CLASSDIR The directory where the class files can be found. For
# example to use them with javah. # example to use them with javah.
# #
# :: # ::