summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-04-30 20:11:30 (GMT)
committerGitHub <noreply@github.com>2023-04-30 20:11:30 (GMT)
commita92b768a939a0f3afed2fe66d14848b28abf3fd7 (patch)
treec5d498498ce459b26d262d4b4bc60bcbcf36ad48 /release_docs/RELEASE.txt
parente7f9e24d0a9c61bbd7c685054ef83bc4f832e938 (diff)
downloadhdf5-a92b768a939a0f3afed2fe66d14848b28abf3fd7.zip
hdf5-a92b768a939a0f3afed2fe66d14848b28abf3fd7.tar.gz
hdf5-a92b768a939a0f3afed2fe66d14848b28abf3fd7.tar.bz2
Add support for CMakePresets and fix example download (#2819)
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 5856d81..1c14ab7 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,6 +47,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