diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-01-05 16:22:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-01-05 16:22:02 (GMT) |
commit | 3525935821b6a0bdb66cfa6ba3bfaee85d36fb00 (patch) | |
tree | 18bb930269b2d7035dd62233169afd63037d6b7c /tools/lib | |
parent | 276805c3fbe33cc9c460aec1b462a3e569d5262b (diff) | |
download | hdf5-3525935821b6a0bdb66cfa6ba3bfaee85d36fb00.zip hdf5-3525935821b6a0bdb66cfa6ba3bfaee85d36fb00.tar.gz hdf5-3525935821b6a0bdb66cfa6ba3bfaee85d36fb00.tar.bz2 |
[svn-r25952] 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 |