diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-08-16 13:06:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 13:06:59 (GMT) |
commit | 451b472cdd63c8fef15c0866e0d3784e33a8b1c6 (patch) | |
tree | 72177f63a4051850e3411105592d3aa0b810a533 /release_docs | |
parent | 6968906418f9ecfc383ad960c975e65a504743b7 (diff) | |
download | hdf5-451b472cdd63c8fef15c0866e0d3784e33a8b1c6.zip hdf5-451b472cdd63c8fef15c0866e0d3784e33a8b1c6.tar.gz hdf5-451b472cdd63c8fef15c0866e0d3784e33a8b1c6.tar.bz2 |
Fixed the CMake processing for C++ warnings and flags (#888)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 396629c..b3264a7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1117,6 +1117,15 @@ Bug Fixes since HDF5-1.12.0 release Configuration ------------- + - Fixed CMake C++ compiler flags + + A recent refactoring of the C++ configure files accidently removed the + file that executed the enable_language command for C++ needed by the + HDFCXXCompilerFlags.cmake file. Also updated the intel warnings files, + including adding support for windows platforms. + + (ADB - 2021/08/10) + - Better support for libaec (open-source Szip library) in CMake Implemented better support for libaec 1.0.5 (or later) library. This version |