diff options
author | Michel Zou <xantares09@hotmail.com> | 2020-10-30 09:36:32 (GMT) |
---|---|---|
committer | Michel Zou <xantares09@hotmail.com> | 2020-10-30 12:19:18 (GMT) |
commit | de4ccdfd630cc1edfac9f9b82c20ad120340ed4b (patch) | |
tree | a06c318119e3cb95c7cd06a72079865dba77730b /release_docs/RELEASE.txt | |
parent | 6c0f954d683142e123baa4d48f5a69d5e20aa11d (diff) | |
download | hdf5-de4ccdfd630cc1edfac9f9b82c20ad120340ed4b.zip hdf5-de4ccdfd630cc1edfac9f9b82c20ad120340ed4b.tar.gz hdf5-de4ccdfd630cc1edfac9f9b82c20ad120340ed4b.tar.bz2 |
CMake: Add an option to opt-out MSVC naming convention
We might want to keep the default mingw import name, see:
https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-hdf5/hdf5-default-import-suffix.patch
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e3a1dd4..70af053 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -48,6 +48,13 @@ New Features Configuration: ------------- + - CMake option to use MSVC naming conventions with MinGW + + HDF5_MSVC_NAMING_CONVENTION option enable to use MSVC naming conventions + when using a MinGW toolchain + + (xan - 2020/10/30) + - CMake option to build the HDF filter plugins project as an external project The HDF filter plugins project is a collection of registered compression |