diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-04-08 17:44:36 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-04-08 17:44:36 (GMT) |
commit | 1335631f3d5b7d6b10525383697c42a4f47d238b (patch) | |
tree | ef75f7e309b18c0862eda544cded45a6e378b8b7 /java/src/hdf | |
parent | 1a5ee65d50787b8c363b0e54c47847361e1f62b6 (diff) | |
download | hdf5-1335631f3d5b7d6b10525383697c42a4f47d238b.zip hdf5-1335631f3d5b7d6b10525383697c42a4f47d238b.tar.gz hdf5-1335631f3d5b7d6b10525383697c42a4f47d238b.tar.bz2 |
[svn-r29673] Fix typo of var name
Diffstat (limited to 'java/src/hdf')
-rw-r--r-- | java/src/hdf/hdf5lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/hdf/hdf5lib/CMakeLists.txt b/java/src/hdf/hdf5lib/CMakeLists.txt index c2daff4..47aa05b 100644 --- a/java/src/hdf/hdf5lib/CMakeLists.txt +++ b/java/src/hdf/hdf5lib/CMakeLists.txt @@ -11,7 +11,7 @@ INCLUDE_DIRECTORIES ( ) SET_GLOBAL_VARIABLE (HDF5_JAVA_SOURCE_PACKAGES - "${HDFJAVA_SOURCE_PACKAGES};hdf.hdf5lib.callbacks;hdf.hdf5lib.exceptions;hdf.hdf5lib.structs;hdf.hdf5lib" + "${HDF5_JAVA_SOURCE_PACKAGES};hdf.hdf5lib.callbacks;hdf.hdf5lib.exceptions;hdf.hdf5lib.structs;hdf.hdf5lib" ) set (HDF5_JAVA_HDF_HDF5_CALLBACKS_SRCS |