From 1053db7b0cbe89acfa693fbd76b20992fe9ba023 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 26 Jan 2016 09:27:21 -0500 Subject: [PATCH] UseJava: Fix documented name of `CLASSDIR` property (#15936) It is not `CLASS_DIR`. --- Modules/UseJava.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/UseJava.cmake b/Modules/UseJava.cmake index adaba02f2..475ad5ee0 100644 --- a/Modules/UseJava.cmake +++ b/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. # # ::