浏览代码

Merge topic 'UseJava-fix-doc-typo'

1053db7b UseJava: Fix documented name of `CLASSDIR` property (#15936)
Brad King 9 年之前
父节点
当前提交
656768cffe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Modules/UseJava.cmake

+ 1 - 1
Modules/UseJava.cmake

@@ -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.
 #
 #
 # ::
 # ::