diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-01-05 16:21:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-01-05 16:21:22 (GMT) |
commit | 6b109315f560f388b07078a19be6bc96e2812886 (patch) | |
tree | ccf11e7aa89a82e02328752a522ba27fd5369ed4 /tools/lib | |
parent | 509cd32da2556f3154b2fb661ff4d477e6c5ef97 (diff) | |
download | hdf5-6b109315f560f388b07078a19be6bc96e2812886.zip hdf5-6b109315f560f388b07078a19be6bc96e2812886.tar.gz hdf5-6b109315f560f388b07078a19be6bc96e2812886.tar.bz2 |
[svn-r25951] HDFFV-9054: disable io_timer in tools lib and perform sub-folder due to SHARED compile issues and other issues.
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/CMakeLists.txt b/tools/lib/CMakeLists.txt index 3dba919..d00129f 100644 --- a/tools/lib/CMakeLists.txt +++ b/tools/lib/CMakeLists.txt @@ -24,7 +24,7 @@ set (H5_TOOLS_LIB_SRCS ${HDF5_TOOLS_LIB_SOURCE_DIR}/h5tools_type.c ${HDF5_TOOLS_LIB_SOURCE_DIR}/h5tools_utils.c ${HDF5_TOOLS_LIB_SOURCE_DIR}/h5trav.c - ${HDF5_TOOLS_LIB_SOURCE_DIR}/io_timer.c +# ${HDF5_TOOLS_LIB_SOURCE_DIR}/io_timer.c ) set (H5_TOOLS_LIB_HDRS |