summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-03-12 17:23:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-03-12 17:23:29 (GMT)
commit5ffbfdee1e793a8e76eb0e7c54c5eb9844391539 (patch)
tree338e7b4ffeed2dc41407736d57c775893c660bd7 /tools/lib
parente6efdf96207781d874963243478d910d0a073ffc (diff)
downloadhdf5-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/lib')
-rw-r--r--tools/lib/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/lib/CMakeLists.txt b/tools/lib/CMakeLists.txt
index a75596d..837a14e 100644
--- a/tools/lib/CMakeLists.txt
+++ b/tools/lib/CMakeLists.txt
@@ -4,8 +4,6 @@ PROJECT (HDF5_TOOLS_LIB)
#-----------------------------------------------------------------------------
# Define Sources
#-----------------------------------------------------------------------------
-#INCLUDE_DIRECTORIES (${HDF5_TOOLS_SRC_DIR}/lib)
-#INCLUDE_DIRECTORIES (${HDF5_PROJECT_DIR}/test)
SET (H5_TOOLS_LIB_SRCS
${HDF5_TOOLS_LIB_SOURCE_DIR}/h5diff.c