diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-07 12:59:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 12:59:35 (GMT) |
commit | e5f9f339404442550fa525cdc59597d503cca206 (patch) | |
tree | 95aaeb003cd756b7143cfb9003d144799eb34c04 /test/CMakeLists.txt | |
parent | 8fbe8adddd5f52dd40ba7a9de323212249b37291 (diff) | |
download | hdf5-e5f9f339404442550fa525cdc59597d503cca206.zip hdf5-e5f9f339404442550fa525cdc59597d503cca206.tar.gz hdf5-e5f9f339404442550fa525cdc59597d503cca206.tar.bz2 |
Removes unused H5HP and H5MP packages (#1610)
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8fea613..77aeba0 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -222,7 +222,6 @@ set (testhdf5_SOURCES ${HDF5_TEST_SOURCE_DIR}/tgenprop.c ${HDF5_TEST_SOURCE_DIR}/th5o.c ${HDF5_TEST_SOURCE_DIR}/th5s.c - ${HDF5_TEST_SOURCE_DIR}/theap.c ${HDF5_TEST_SOURCE_DIR}/tid.c ${HDF5_TEST_SOURCE_DIR}/titerate.c ${HDF5_TEST_SOURCE_DIR}/tmeta.c @@ -275,7 +274,6 @@ set (H5_TESTS earray btree2 fheap - pool accum hyperslab istore |