summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-11-09 19:52:37 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-11-09 19:52:37 (GMT)
commitd18048ec01c09357ed90967e26a50fe387a5274e (patch)
tree4bd23a4b50636a537a9aa5080482ca1d9e4ca48d /tools
parent4da93e9d6f9ee0fc7462ee66645c5ad0fa9a9e35 (diff)
downloadhdf5-d18048ec01c09357ed90967e26a50fe387a5274e.zip
hdf5-d18048ec01c09357ed90967e26a50fe387a5274e.tar.gz
hdf5-d18048ec01c09357ed90967e26a50fe387a5274e.tar.bz2
Correct cmake variable
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/CMakeTests.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/CMakeTests.cmake b/tools/h5dump/CMakeTests.cmake
index 8a30962..65e5f18 100644
--- a/tools/h5dump/CMakeTests.cmake
+++ b/tools/h5dump/CMakeTests.cmake
@@ -368,7 +368,7 @@
HDFTEST_COPY_FILE("${tst_other_file}" "${PROJECT_BINARY_DIR}/testfiles/std/${fname}" "h5dump_std_files")
endforeach ()
foreach (tst_h5N_file ${HDF5_N_REFERENCE_FILES})
- HDFTEST_COPY_FILE("${HDF5_TOOLS_SOURCE_DIR}/testfiles/${tst_h5N_file}.ddl" "${PROJECT_BINARY_DIR}/testfiles/std/${tst_h5N_file}-N.ddl" "h5dump_std_files")
+ HDFTEST_COPY_FILE("${HDF5_TOOLS_SRC_DIR}/testfiles/${tst_h5N_file}.ddl" "${PROJECT_BINARY_DIR}/testfiles/std/${tst_h5N_file}-N.ddl" "h5dump_std_files")
endforeach ()
foreach (tst_error_file ${HDF5_ERROR_REFERENCE_TEST_FILES})
@@ -379,7 +379,7 @@
# --------------------------------------------------------------------
# Special file handling
# --------------------------------------------------------------------
- HDFTEST_COPY_FILE("${HDF5_TOOLS_SOURCE_DIR}/testfiles/tbin1.ddl" "${PROJECT_BINARY_DIR}/testfiles/std/tbin1LE.ddl" "h5dump_std_files")
+ HDFTEST_COPY_FILE("${HDF5_TOOLS_SRC_DIR}/testfiles/tbin1.ddl" "${PROJECT_BINARY_DIR}/testfiles/std/tbin1LE.ddl" "h5dump_std_files")
if (WIN32)
file (READ ${HDF5_TOOLS_SRC_DIR}/testfiles/tbinregR.exp TEST_STREAM)