diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-08-29 13:48:24 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-08-29 13:48:24 (GMT) |
commit | 4667b6ee4fde4689039ddab7db490a6204f3a95d (patch) | |
tree | 4cc8baad2922932d965d0bf38ab03d440315ff29 | |
parent | e97a9fcd8e62f1a509bc392377ae07c6754274b4 (diff) | |
download | hdf5-4667b6ee4fde4689039ddab7db490a6204f3a95d.zip hdf5-4667b6ee4fde4689039ddab7db490a6204f3a95d.tar.gz hdf5-4667b6ee4fde4689039ddab7db490a6204f3a95d.tar.bz2 |
[svn-r24084] Correct merge mistake
-rw-r--r-- | testpar/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt index 30cdcda..a3ef96d 100644 --- a/testpar/CMakeLists.txt +++ b/testpar/CMakeLists.txt @@ -23,7 +23,6 @@ SET (testphdf5_SRCS ${HDF5_TEST_PAR_SOURCE_DIR}/t_span_tree.c ${HDF5_TEST_PAR_SOURCE_DIR}/t_chunk_alloc.c ${HDF5_TEST_PAR_SOURCE_DIR}/t_filter_read.c - ${HDF5_TEST_PAR_SOURCE_DIR}/t_prop.c ) #-- Adding test for testhdf5 |