summaryrefslogtreecommitdiffstats
path: root/tools/perform
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-05-04 15:30:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-05-04 15:30:30 (GMT)
commit792f90285446035202114dc8831cf5031f0d1d2c (patch)
treee436d2b03a946bca6443e88a35d799a0276f14af /tools/perform
parent8bd70914fc713226d1359c35e5588e9eb7c70b7f (diff)
downloadhdf5-792f90285446035202114dc8831cf5031f0d1d2c.zip
hdf5-792f90285446035202114dc8831cf5031f0d1d2c.tar.gz
hdf5-792f90285446035202114dc8831cf5031f0d1d2c.tar.bz2
[svn-r29868] Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
Diffstat (limited to 'tools/perform')
-rw-r--r--tools/perform/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perform/CMakeTests.cmake b/tools/perform/CMakeTests.cmake
index 6927124..63aa07b 100644
--- a/tools/perform/CMakeTests.cmake
+++ b/tools/perform/CMakeTests.cmake
@@ -9,7 +9,7 @@ add_custom_command (
TARGET zip_perf
POST_BUILD
COMMAND ${CMAKE_COMMAND}
- ARGS -E copy_if_different ${HDF5_TOOLS_SRC_DIR}/testfiles/tfilters.h5 ${PROJECT_BINARY_DIR}/tfilters.h5
+ ARGS -E copy_if_different ${HDF5_TOOLS_DIR}/testfiles/tfilters.h5 ${PROJECT_BINARY_DIR}/tfilters.h5
)
#-----------------------------------------------------------------------------