diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-03-12 17:23:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-03-12 17:23:29 (GMT) |
commit | 5ffbfdee1e793a8e76eb0e7c54c5eb9844391539 (patch) | |
tree | 338e7b4ffeed2dc41407736d57c775893c660bd7 /tools/h5copy | |
parent | e6efdf96207781d874963243478d910d0a073ffc (diff) | |
download | hdf5-5ffbfdee1e793a8e76eb0e7c54c5eb9844391539.zip hdf5-5ffbfdee1e793a8e76eb0e7c54c5eb9844391539.tar.gz hdf5-5ffbfdee1e793a8e76eb0e7c54c5eb9844391539.tar.bz2 |
[svn-r22043] HDFFV-7839: Dangling link should not display error
If a link is specified on the command with the -d option, call the handle_links function on error from the H5Dopen command.
Updated test file results with error stack when link not found.
Tested: trunk
Diffstat (limited to 'tools/h5copy')
-rw-r--r-- | tools/h5copy/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5copy/CMakeLists.txt b/tools/h5copy/CMakeLists.txt index 7006283..f9e7c12 100644 --- a/tools/h5copy/CMakeLists.txt +++ b/tools/h5copy/CMakeLists.txt @@ -5,7 +5,6 @@ PROJECT (HDF5_TOOLS_H5COPY) # Setup include Directories #----------------------------------------------------------------------------- INCLUDE_DIRECTORIES (${HDF5_TOOLS_SRC_DIR}/lib) -INCLUDE_DIRECTORIES (${HDF5_PROJECT_DIR}/test) # -------------------------------------------------------------------- # Add the h5copy and test executables |