summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-03-07 17:27:56 (GMT)
committerGitHub <noreply@github.com>2024-03-07 17:27:56 (GMT)
commitc872acae63feb8b391f6919b94c2d2d06deb1a19 (patch)
tree8b80a7f2f973724dc5f62c9f63314f85a82240ff /release_docs/RELEASE.txt
parent64a0b71c86bd6606c4e6feb0206e6fdcad5a7771 (diff)
downloadhdf5-c872acae63feb8b391f6919b94c2d2d06deb1a19.zip
hdf5-c872acae63feb8b391f6919b94c2d2d06deb1a19.tar.gz
hdf5-c872acae63feb8b391f6919b94c2d2d06deb1a19.tar.bz2
New option for building with static CRT in Windows (#4062)
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 9ef3f45..25bcbbf 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,6 +47,15 @@ New Features
Configuration:
-------------
+ - New option for building with static CRT in Windows
+
+ The following option has been added:
+ HDF5_BUILD_STATIC_CRT_LIBS "Build With Static Windows CRT Libraries" OFF
+ Because our minimum CMake is 3.18, the macro to change runtime flags no longer
+ works as CMake changed the default behavior in CMake 3.15.
+
+ Fixes GitHub issue #3984
+
- Added support for the new MSVC preprocessor
Microsoft added support for a new, standards-conformant preprocessor