summaryrefslogtreecommitdiffstats
path: root/test/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-01-28 16:11:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-01-28 16:11:22 (GMT)
commitd7e8a93078db2639ef34cd616e8d0a83e9e01d3f (patch)
tree68aa0c5a21e0519292950e8c2f7c6878fdee653d /test/CMakeTests.cmake
parent554d0eaccdd0fb4b86218842045088c2c14b79b2 (diff)
downloadhdf5-d7e8a93078db2639ef34cd616e8d0a83e9e01d3f.zip
hdf5-d7e8a93078db2639ef34cd616e8d0a83e9e01d3f.tar.gz
hdf5-d7e8a93078db2639ef34cd616e8d0a83e9e01d3f.tar.bz2
[svn-r24654] HDFFV-8640: Remove XLATE_UTILITY
Update tools testfiles
Diffstat (limited to 'test/CMakeTests.cmake')
-rw-r--r--test/CMakeTests.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake
index 0a67b86..be79506 100644
--- a/test/CMakeTests.cmake
+++ b/test/CMakeTests.cmake
@@ -40,8 +40,8 @@ FOREACH (ref_file ${HDF5_REFERENCE_FILES})
ADD_CUSTOM_COMMAND (
TARGET ${HDF5_TEST_LIB_TARGET}
POST_BUILD
- COMMAND ${XLATE_UTILITY}
- ARGS ${HDF5_TEST_SOURCE_DIR}/testfiles/${ref_file} ${dest} -l3
+ COMMAND ${CMAKE_COMMAND}
+ ARGS -E copy_if_different ${HDF5_TEST_SOURCE_DIR}/testfiles/${ref_file} ${dest}
)
ENDFOREACH (ref_file ${HDF5_REFERENCE_FILES})