diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-08-11 16:23:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 16:23:16 (GMT) |
commit | ec5100bf2675e67b292fbdd06708bb45f5a19746 (patch) | |
tree | fbd4d4a6f3dce4a38c96e1b14a2ae0d2aeedb258 | |
parent | 29c8937f60adc637c881ae886e7b64670989e5a0 (diff) | |
download | hdf5-ec5100bf2675e67b292fbdd06708bb45f5a19746.zip hdf5-ec5100bf2675e67b292fbdd06708bb45f5a19746.tar.gz hdf5-ec5100bf2675e67b292fbdd06708bb45f5a19746.tar.bz2 |
Fix Cmake depends prop (#1995)
-rw-r--r-- | java/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/CMakeLists.txt b/java/test/CMakeLists.txt index 74cc895..e89c521 100644 --- a/java/test/CMakeLists.txt +++ b/java/test/CMakeLists.txt @@ -217,7 +217,7 @@ if (HDF5_TEST_JAVA AND HDF5_TEST_SERIAL) testPf00001.h5 WORKING_DIRECTORY ${HDF5_BINARY_DIR}/java/test/${volname} ) - set_tests_properties (JUnit-VOL-${volname}-${voltest} PROPERTIES + set_tests_properties (JUnit-VOL-${volname}-${voltest}-clean-objects PROPERTIES ENVIRONMENT "HDF5_PLUGIN_PATH=${CMAKE_BINARY_DIR}/testdir2" DEPENDS "JUnit-VOL-${volname}-${voltest}" WORKING_DIRECTORY ${HDF5_BINARY_DIR}/java/test/${volname} |