diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-12-09 19:55:10 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-12-09 19:55:10 (GMT) |
commit | b21f51c38fe83e5a1597a3d468ec3d31d166a476 (patch) | |
tree | b061f53a19b1b926ac0f75bf95525b82fe603f5c /release_docs | |
parent | c1763bef53178fa9c3e2537e7c36cdaa3e173c4c (diff) | |
download | hdf5-b21f51c38fe83e5a1597a3d468ec3d31d166a476.zip hdf5-b21f51c38fe83e5a1597a3d468ec3d31d166a476.tar.gz hdf5-b21f51c38fe83e5a1597a3d468ec3d31d166a476.tar.bz2 |
[svn-r25868] HDFFV-9041: Definitions needed to be a semi-colon separated list.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 6a68d08..894598f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -431,6 +431,14 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Incorrect usage of list in CMake COMPILE_DEFINITIONS set_property + + The CMake command, set_property with COMPILE_DEFINITIONS property + needs a quoted semi-colon separated list of values. CMake will + transform the list to a series of -D{value} for the compile. + + (ADB - 2014/12/09, HDFV-9041) + - H5Z.c: H5Zfilter_avail(H5Z_filter_t id) Added else block if the call to the internal H5Z_filter_avail(id) does not fail and returns FALSE. This block calls the H5PL_load(H5PL_TYPE_FILTER, (int)id) |