diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-04-04 16:35:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 16:35:23 (GMT) |
commit | 097f65e7a632a274269b13e19ee1cfbe60d6a191 (patch) | |
tree | 5a067015abaee0557a641ba549c5749732a144d7 /hl | |
parent | a1fb8d70e113088be36bdfc8ee09a3fc380108d8 (diff) | |
download | hdf5-097f65e7a632a274269b13e19ee1cfbe60d6a191.zip hdf5-097f65e7a632a274269b13e19ee1cfbe60d6a191.tar.gz hdf5-097f65e7a632a274269b13e19ee1cfbe60d6a191.tar.bz2 |
Update java logger version (#2644)
Diffstat (limited to 'hl')
-rw-r--r-- | hl/tools/h5watch/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/h5watch/CMakeTests.cmake b/hl/tools/h5watch/CMakeTests.cmake index fa3cb145..a7828b3 100644 --- a/hl/tools/h5watch/CMakeTests.cmake +++ b/hl/tools/h5watch/CMakeTests.cmake @@ -86,7 +86,7 @@ add_custom_target(H5WATCH_files ALL COMMENT "Copying files needed by H5WATCH tes DEPENDS ${last_test} FIXTURES_REQUIRED gen_test_watch ) - set (last_test "H5WATCH_ARGS-h5watch-${resultfile}s") + set (last_test "H5WATCH_ARGS-h5watch-${resultfile}") endif () endmacro () |