diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-05-04 15:30:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-05-04 15:30:30 (GMT) |
commit | 792f90285446035202114dc8831cf5031f0d1d2c (patch) | |
tree | e436d2b03a946bca6443e88a35d799a0276f14af /tools | |
parent | 8bd70914fc713226d1359c35e5588e9eb7c70b7f (diff) | |
download | hdf5-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')
-rw-r--r-- | tools/perform/CMakeTests.cmake | 2 |
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 ) #----------------------------------------------------------------------------- |