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 /examples | |
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 'examples')
-rw-r--r-- | examples/CMakeTests.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/CMakeTests.cmake b/examples/CMakeTests.cmake index afab096..aa79756 100644 --- a/examples/CMakeTests.cmake +++ b/examples/CMakeTests.cmake @@ -101,7 +101,7 @@ if (HDF5_TEST_SERIAL) -D "TEST_OUTPUT=${example}.txt" #-D "TEST_REFERENCE=${example}.out" -D "TEST_FOLDER=${PROJECT_BINARY_DIR}" - -P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake" + -P "${HDF_RESOURCES_DIR}/runTest.cmake" ) endif () set_tests_properties (EXAMPLES-${example} PROPERTIES FIXTURES_REQUIRED clear_EXAMPLES) @@ -131,7 +131,7 @@ if (H5_HAVE_PARALLEL AND HDF5_TEST_PARALLEL AND NOT WIN32) -D "TEST_REFERENCE:STRING=PHDF5 example finished with no errors" #-D "TEST_FILTER:STRING=PHDF5 tests finished with no errors" -D "TEST_FOLDER=${PROJECT_BINARY_DIR}" - -P "${HDF_RESOURCES_EXT_DIR}/grepTest.cmake" + -P "${HDF_RESOURCES_DIR}/grepTest.cmake" ) endif () if (last_test) |