summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-21 03:50:57 (GMT)
committerGitHub <noreply@github.com>2023-05-21 03:50:57 (GMT)
commit4bb3cad3823c107dbc24479d9879fcd4adeab9f3 (patch)
treeb6dfa8c9225bc7d18bb68331d351dd1b655291ef /release_docs/RELEASE.txt
parentec4c67733fa55771edc8102a13adc2ab0b7522ad (diff)
downloadhdf5-4bb3cad3823c107dbc24479d9879fcd4adeab9f3.zip
hdf5-4bb3cad3823c107dbc24479d9879fcd4adeab9f3.tar.gz
hdf5-4bb3cad3823c107dbc24479d9879fcd4adeab9f3.tar.bz2
Add DT workflows and update windows preset (#2967)
* Add DT workflows and update windows preset * Stagger check time
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8cda997..63b75ed 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -49,6 +49,15 @@ New Features
Configuration:
-------------
+ - Added support for CMake presets file.
+
+ CMake supports two main files, CMakePresets.json and CMakeUserPresets.json,
+ that allow users to specify common configure options and share them with others.
+ HDF added a CMakePresets.json file of a typical configuration and support
+ file, config/cmake-presets/hidden-presets.json.
+ Also added a section to INSTALL_CMake.txt with very basic explanation of the
+ process to use CMakePresets.
+
- Enabled instrumentation of the library by default in CMake for parallel
debug builds