diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-04-03 13:56:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-04-03 13:56:51 (GMT) |
commit | 6739a7f7acda4d0d38900b14c12cca034b947651 (patch) | |
tree | ad537875a42d2da7813fa4b0079cd1e9c61a6ce8 /test | |
parent | 98bbf4a36a2410fe0862c739370365a160053f17 (diff) | |
download | hdf5-6739a7f7acda4d0d38900b14c12cca034b947651.zip hdf5-6739a7f7acda4d0d38900b14c12cca034b947651.tar.gz hdf5-6739a7f7acda4d0d38900b14c12cca034b947651.tar.bz2 |
[svn-r24950] Add missing prefix
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake index 5c703c0..cf3c54b 100644 --- a/test/CMakeTests.cmake +++ b/test/CMakeTests.cmake @@ -253,7 +253,7 @@ foreach (test ${H5_TESTS}) set_tests_properties (H5TEST-${test} PROPERTIES DEPENDS H5TEST-clear-objects) endforeach (test ${H5_TESTS}) -set_tests_properties (H5TEST-flush2 PROPERTIES DEPENDS flush1) +set_tests_properties (H5TEST-flush2 PROPERTIES DEPENDS H5TEST-flush1) ############################################################################## ############################################################################## |