소스 검색

UseJava: Fix documented name of `CLASSDIR` property (#15936)

It is not `CLASS_DIR`.
Brad King 10 년 전
부모
커밋
1053db7b0c
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().
 #    JAR_FILE           The location of the jar file so that you can include
 #                       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.
 #
 # ::