diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-03-01 19:27:40 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-03-01 19:27:40 (GMT) |
commit | 28c7a0e0ea9851debd78d3cf289759f7f0d5b506 (patch) | |
tree | 33b30bf7ed3871cb7132b160a2ad33fafded5326 | |
parent | f8f0f91aae6416590425e4ccfd935005e65e104c (diff) | |
download | hdf5-28c7a0e0ea9851debd78d3cf289759f7f0d5b506.zip hdf5-28c7a0e0ea9851debd78d3cf289759f7f0d5b506.tar.gz hdf5-28c7a0e0ea9851debd78d3cf289759f7f0d5b506.tar.bz2 |
[svn-r20173] Add h5mkgrp utility to package list
-rw-r--r-- | tools/misc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/CMakeLists.txt b/tools/misc/CMakeLists.txt index f985e05..9a1597e 100644 --- a/tools/misc/CMakeLists.txt +++ b/tools/misc/CMakeLists.txt @@ -264,7 +264,7 @@ ENDIF (BUILD_TESTING) #-----------------------------------------------------------------------------
INSTALL ( TARGETS - h5debug h5repart + h5debug h5repart h5mkgrp RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR}/tools COMPONENT |