diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-03-31 14:02:24 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-03-31 14:02:24 (GMT) |
commit | 8e41b14811129b60914b0db51c34e76e1fb0b7e7 (patch) | |
tree | 28cfd5aa35bb8cdd10fe66855991fcec1e47fe54 /tools/h5dump/CMakeTestsXML.cmake | |
parent | 018f92063e4b736819a1b11db0bdfcb684bcc2f4 (diff) | |
download | hdf5-8e41b14811129b60914b0db51c34e76e1fb0b7e7.zip hdf5-8e41b14811129b60914b0db51c34e76e1fb0b7e7.tar.gz hdf5-8e41b14811129b60914b0db51c34e76e1fb0b7e7.tar.bz2 |
[svn-r29601] Cleanup case of CMake commands in tools.
Update CTestCustom file for new tests.
Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
Diffstat (limited to 'tools/h5dump/CMakeTestsXML.cmake')
-rw-r--r-- | tools/h5dump/CMakeTestsXML.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/CMakeTestsXML.cmake b/tools/h5dump/CMakeTestsXML.cmake index 0a667c4..fc6cae7 100644 --- a/tools/h5dump/CMakeTestsXML.cmake +++ b/tools/h5dump/CMakeTestsXML.cmake @@ -128,7 +128,7 @@ ) foreach (tst_xml_h5_file ${HDF5_XML_REFERENCE_TEST_FILES}) - GET_FILENAME_COMPONENT(fname "${tst_xml_h5_file}" NAME) + get_filename_component(fname "${tst_xml_h5_file}" NAME) set (dest "${PROJECT_BINARY_DIR}/testfiles/xml/${fname}") #message (STATUS " Copying ${tst_xml_h5_file}") add_custom_command ( @@ -140,7 +140,7 @@ endforeach (tst_xml_h5_file ${HDF5_XML_REFERENCE_TEST_FILES}) foreach (tst_xml_other_file ${HDF5_XML_REFERENCE_FILES}) - GET_FILENAME_COMPONENT(fname "${tst_xml_other_file}" NAME) + get_filename_component(fname "${tst_xml_other_file}" NAME) set (dest "${PROJECT_BINARY_DIR}/testfiles/xml/${fname}") #message (STATUS " Copying ${tst_xml_other_file}") add_custom_command ( |