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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | tools/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 2365326..3b89a02 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -46,4 +46,4 @@ add_subdirectory (${HDF5_TOOLS_SOURCE_DIR}/h5stat) add_subdirectory (${HDF5_TOOLS_SOURCE_DIR}/h5dump) #-- Add the perform and test executables -add_subdirectory (${HDF5_TOOLS_SOURCE_DIR}/perform) +#add_subdirectory (${HDF5_TOOLS_SOURCE_DIR}/perform) |