diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-01-05 21:52:26 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-01-05 21:52:26 (GMT) |
commit | 5da20c221e2bad9c012ff4a32b5e76bc04e386be (patch) | |
tree | a90786a87c1cc060ee9796559566db084f78126f /tools/lib | |
parent | 6a982a7690c7fbb9a714471673f008a0476a0f44 (diff) | |
download | hdf5-5da20c221e2bad9c012ff4a32b5e76bc04e386be.zip hdf5-5da20c221e2bad9c012ff4a32b5e76bc04e386be.tar.gz hdf5-5da20c221e2bad9c012ff4a32b5e76bc04e386be.tar.bz2 |
[svn-r25955] 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 |