diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-08-19 14:54:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 14:54:42 (GMT) |
commit | 7f6261a677cb341812914e414cf9d1f6de63a1a3 (patch) | |
tree | eb8ddcb1cc8e7ba2177fa40ea66f9ca297f4cf8b /tools/test/h5ls/CMakeTestsVDS.cmake | |
parent | de46019a86edeed02e62fbdf545b603de3318483 (diff) | |
download | hdf5-7f6261a677cb341812914e414cf9d1f6de63a1a3.zip hdf5-7f6261a677cb341812914e414cf9d1f6de63a1a3.tar.gz hdf5-7f6261a677cb341812914e414cf9d1f6de63a1a3.tar.bz2 |
Removes cmake_ext_mod (files moved to cmake) (#2041)
At one time this content was a git submodule shared between several
projects but that time has long passed.
Diffstat (limited to 'tools/test/h5ls/CMakeTestsVDS.cmake')
-rw-r--r-- | tools/test/h5ls/CMakeTestsVDS.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5ls/CMakeTestsVDS.cmake b/tools/test/h5ls/CMakeTestsVDS.cmake index e93e7e7..5ef21ab 100644 --- a/tools/test/h5ls/CMakeTestsVDS.cmake +++ b/tools/test/h5ls/CMakeTestsVDS.cmake @@ -99,7 +99,7 @@ -D "TEST_OUTPUT=${resultfile}.out" -D "TEST_EXPECT=${resultcode}" -D "TEST_REFERENCE=${resultfile}.ls" - -P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake" + -P "${HDF_RESOURCES_DIR}/runTest.cmake" ) endif () endmacro () @@ -128,7 +128,7 @@ -D "TEST_REFERENCE=vds/prefix/${resultfile}.ls" -D "TEST_ENV_VAR=HDF5_VDS_PREFIX" -D "TEST_ENV_VALUE=\${ORIGIN}" - -P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake" + -P "${HDF_RESOURCES_DIR}/runTest.cmake" ) endif () endmacro () |