diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-03 17:19:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-03 17:19:22 (GMT) |
commit | d604f5f625213954e23eac48be08de763224471e (patch) | |
tree | 3d35304f317b0f5e58ab3b02da9fb1f45fa16cd0 /Modules/FindJNI.cmake | |
parent | 6479f4db32aca1b6ceff985199d0da2904af347e (diff) | |
download | CMake-d604f5f625213954e23eac48be08de763224471e.zip CMake-d604f5f625213954e23eac48be08de763224471e.tar.gz CMake-d604f5f625213954e23eac48be08de763224471e.tar.bz2 |
STYLE: Fix typo
Diffstat (limited to 'Modules/FindJNI.cmake')
-rw-r--r-- | Modules/FindJNI.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindJNI.cmake b/Modules/FindJNI.cmake index 9a9f3ea..5668758 100644 --- a/Modules/FindJNI.cmake +++ b/Modules/FindJNI.cmake @@ -5,7 +5,7 @@ # # JAVA_AWT_LIB_PATH = the path to where the jawt library is # JAVA_INCLUDE_PATH = the path to where jni.h can be found -# JAVA_AWT_INCLUDE_PATH = the path to where jni.h can be found +# JAVA_AWT_INCLUDE_PATH = the path to where jawt.h can be found # SET(JAVA_AWT_LIBRARY_DIRECTORIES |