diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-12-15 15:41:19 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-12-15 15:41:19 (GMT) |
commit | d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72 (patch) | |
tree | 4411afc189c59d4564de0d061578334364d17741 /Modules/FindJava.cmake | |
parent | 4b0fd57bef650dd027460f9ed50fb2687f214645 (diff) | |
download | CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.zip CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.gz CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.bz2 |
ENH: some style fixes for the book
Diffstat (limited to 'Modules/FindJava.cmake')
-rw-r--r-- | Modules/FindJava.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindJava.cmake b/Modules/FindJava.cmake index 3ec18da..5f7f6ff 100644 --- a/Modules/FindJava.cmake +++ b/Modules/FindJava.cmake @@ -3,9 +3,9 @@ # include files and libraries are. This code sets the following # variables: # -# JAVA_RUNTIME = the full path to the Java runtime -# JAVA_COMPILE = the full path to the Java compiler -# JAVA_ARCHIVE = the full path to the Java archiver +# JAVA_RUNTIME = the full path to the Java runtime +# JAVA_COMPILE = the full path to the Java compiler +# JAVA_ARCHIVE = the full path to the Java archiver # SET(JAVA_BIN_PATH "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\2.0;JavaHome]/bin" |