diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-07-23 21:28:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-07-23 21:28:54 (GMT) |
commit | f723e0e7f19b778d9c865982fda5f76cc2f875e0 (patch) | |
tree | 88754556480785a951c7c755ab78b4073b73992c /release_docs | |
parent | 6a932198aa9c3da1d23fe4c4bdee05891bc2e38b (diff) | |
download | hdf5-f723e0e7f19b778d9c865982fda5f76cc2f875e0.zip hdf5-f723e0e7f19b778d9c865982fda5f76cc2f875e0.tar.gz hdf5-f723e0e7f19b778d9c865982fda5f76cc2f875e0.tar.bz2 |
HDFFV-10529 add note
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index fe40021..b4fa11c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -48,6 +48,14 @@ New Features Configuration: ------------- + - Update CMake tests to use FIXTURES + + CMake test fixtures allow setup/cleanup tests and other dependency + requirements as properties for tests. This is more flexible for + modern CMake code. + + (ADB - 2019/07/23, HDFFV-10529) + - Windows PDB files are always installed There are build configuration or flag settings for Windows that may not @@ -55,7 +63,7 @@ New Features utility will fail because those PDB files are not found. An optional variable, DISABLE_PDB_FILES, was added to not install PDB files. - (ADB - 2019/07/17, HDFFV-100424) + (ADB - 2019/07/17, HDFFV-10424) - Add mingw CMake support with a toolchain file |