diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2024-03-10 23:43:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 23:43:37 (GMT) |
commit | 50a65223220142cf0b06a7d25ca53dc56811be01 (patch) | |
tree | 52d42dec08d723ee8949e50b7501dd7fbc1d21d5 /release_docs | |
parent | 9bc6c201666aa7fcd7937db7241d4074b67824c9 (diff) | |
download | hdf5-50a65223220142cf0b06a7d25ca53dc56811be01.zip hdf5-50a65223220142cf0b06a7d25ca53dc56811be01.tar.gz hdf5-50a65223220142cf0b06a7d25ca53dc56811be01.tar.bz2 |
Change compression tests reference files to use masking for compression ratios (#4083)
Rework TEST_FILTER tests to handle slightly different compression ratios
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/USING_HDF5_CMake.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release_docs/USING_HDF5_CMake.txt b/release_docs/USING_HDF5_CMake.txt index 0e35a08..8b78e7d 100644 --- a/release_docs/USING_HDF5_CMake.txt +++ b/release_docs/USING_HDF5_CMake.txt @@ -213,7 +213,6 @@ set (LINK_LIBS ${LINK_LIBS} ${HDF5_C_${LIB_TYPE}_LIBRARY}) set (example hdf_example) add_executable (${example} ${PROJECT_SOURCE_DIR}/${example}.c) -TARGET_C_PROPERTIES (${example} PRIVATE ${LIB_TYPE}) target_link_libraries (${example} ${LINK_LIBS}) enable_testing () |