diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-02-25 16:41:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-02-25 16:41:09 (GMT) |
commit | 54574a282d6935755759ad3b237425c2eb0ebf35 (patch) | |
tree | 690a67447d4c7b2a7bc99b681703f25014e2921f /tools/misc | |
parent | 0fc1c9c5197d9d762ef6753f299d6ad7221f72a8 (diff) | |
download | hdf5-54574a282d6935755759ad3b237425c2eb0ebf35.zip hdf5-54574a282d6935755759ad3b237425c2eb0ebf35.tar.gz hdf5-54574a282d6935755759ad3b237425c2eb0ebf35.tar.bz2 |
[svn-r23314] Correct typo in DEPENDS
Diffstat (limited to 'tools/misc')
-rw-r--r-- | tools/misc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/CMakeLists.txt b/tools/misc/CMakeLists.txt index 3106a3a..e778d2f 100644 --- a/tools/misc/CMakeLists.txt +++ b/tools/misc/CMakeLists.txt @@ -246,7 +246,7 @@ IF (BUILD_TESTING) # test the output files repartitioned above. ADD_TEST (NAME H5REPART-h5repart_test COMMAND $<TARGET_FILE:h5repart_test>) - SET_TESTS_PROPERTIES (H5REPART-h5repart_test PROPERTIES DEPENDS H5REPART-clearall-objects H5REPART-h5repart_20KH5REPART-h5repart_5K H5REPART-h5repart_sec2) + SET_TESTS_PROPERTIES (H5REPART-h5repart_test PROPERTIES DEPENDS H5REPART-clearall-objects DEPENDS H5REPART-h5repart_20K DEPENDS H5REPART-h5repart_5K DEPENDS H5REPART-h5repart_sec2) SET (H5_DEP_EXECUTABLES ${H5_DEP_EXECUTABLES} h5repart_test |