summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-12-09 19:55:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-12-09 19:55:25 (GMT)
commitff31c2bc0f24cba9bd130c144e33dfb6ac1cf773 (patch)
tree2416abb99028dd35fdd3a016527e896341a9917e /release_docs
parent66c863dbd3bb3fdf89a41f39d2e19a51be237621 (diff)
downloadhdf5-ff31c2bc0f24cba9bd130c144e33dfb6ac1cf773.zip
hdf5-ff31c2bc0f24cba9bd130c144e33dfb6ac1cf773.tar.gz
hdf5-ff31c2bc0f24cba9bd130c144e33dfb6ac1cf773.tar.bz2
[svn-r25869] HDFFV-9041: Definitions needed to be a semi-colon separated list.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2037335..91ea119 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -116,7 +116,13 @@ Bug Fixes since HDF5-1.8.14
Library
-------
- - None
+ - 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)
Parallel Library
----------------