diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-01-05 22:10:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-01-05 22:10:09 (GMT) |
commit | 1fd9429572a499022a125318b6b2c132504103c1 (patch) | |
tree | 63940c7d3afaeff1a968629808c057eb8859457d /tools/lib | |
parent | 3305b132974374d6a622faa4121c7f80f382faac (diff) | |
download | hdf5-1fd9429572a499022a125318b6b2c132504103c1.zip hdf5-1fd9429572a499022a125318b6b2c132504103c1.tar.gz hdf5-1fd9429572a499022a125318b6b2c132504103c1.tar.bz2 |
[svn-r25957] Added Perform and io_timer back into build.
Tested: local linux cmake
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 d00129f..3dba919 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 |