diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-14 18:18:12 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-14 18:18:12 (GMT) |
commit | 2461caef8af6e20c223a5df474e8ed1eb63d3e39 (patch) | |
tree | 660a01a8ebd2d612dbefea89e6265b21f342029e /tools/h5ls | |
parent | 06b2da91654ec879064dfd1205a4452b402a948d (diff) | |
download | hdf5-2461caef8af6e20c223a5df474e8ed1eb63d3e39.zip hdf5-2461caef8af6e20c223a5df474e8ed1eb63d3e39.tar.gz hdf5-2461caef8af6e20c223a5df474e8ed1eb63d3e39.tar.bz2 |
Fix typo and remove test only tools from exports
Diffstat (limited to 'tools/h5ls')
-rw-r--r-- | tools/h5ls/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5ls/CMakeLists.txt b/tools/h5ls/CMakeLists.txt index 3abc13c..f9b2a56 100644 --- a/tools/h5ls/CMakeLists.txt +++ b/tools/h5ls/CMakeLists.txt @@ -14,7 +14,7 @@ TARGET_NAMING (h5ls STATIC) TARGET_C_PROPERTIES (h5ls STATIC " " " ") target_link_libraries (h5ls ${HDF5_TOOLS_LIB_TARGET} ${HDF5_LIB_TARGET}) set_target_properties (h5ls PROPERTIES FOLDER tools) -set_global_variable (HDF5_UTILS_TO_EXPORT "${HDF5_UTILS_TO_EXPORT};h5lsy") +set_global_variable (HDF5_UTILS_TO_EXPORT "${HDF5_UTILS_TO_EXPORT};h5ls") set (H5_DEP_EXECUTABLES h5ls |