From 3525935821b6a0bdb66cfa6ba3bfaee85d36fb00 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 5 Jan 2015 11:22:02 -0500 Subject: [svn-r25952] HDFFV-9054: disable io_timer in tools lib and perform sub-folder due to SHARED compile issues and other issues. --- tools/CMakeLists.txt | 2 +- tools/lib/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 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) 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 -- cgit v0.12