summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-19 22:12:05 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:21 (GMT)
commite3f12a5a2286c70699a7c160e46214ab2612f51d (patch)
treeaa142e55cdd7480ffb755c43db538845a33bca06 /release_docs
parent9f5fdc677a511eb55028a82c94a0ea436d6bb145 (diff)
downloadhdf5-e3f12a5a2286c70699a7c160e46214ab2612f51d.zip
hdf5-e3f12a5a2286c70699a7c160e46214ab2612f51d.tar.gz
hdf5-e3f12a5a2286c70699a7c160e46214ab2612f51d.tar.bz2
Add missing note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index af11619..c428eb4 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -62,6 +62,18 @@ New Features
(ADB - 2019/11/18, HDFFV-10962)
+ - Update CMake options to match new autotools options
+
+ Add configure options (autotools - CMake):
+ enable-asserts HDF5_ENABLE_ASSERTS
+ enable-symbols HDF5_ENABLE_SYMBOLS
+ enable-profiling HDF5_ENABLE_PROFILING
+ enable-optimization HDF5_ENABLE_OPTIMIZATION
+ In addition NDEBUG is no longer forced defined and relies on the CMake
+ process.
+
+ (ADB - 2019/10/07, HDFFV-100901, HDFFV-10637, TRILAB-97)
+
- Update CMake tests to use FIXTURES
CMake test fixtures allow setup/cleanup tests and other dependency