diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-02-02 20:12:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-02-02 20:12:21 (GMT) |
commit | 785b4ad2d41a1976c9e68b95dc72ea2f0d82342f (patch) | |
tree | c6b9b50a5338c6c0cfad2e64944caf61b59fae1a /release_docs | |
parent | 45aabcc9513c3d09f15293ed37ed92763910cb0d (diff) | |
parent | ad89b8325555ffd7ea27baef61c506a81dc80a96 (diff) | |
download | hdf5-785b4ad2d41a1976c9e68b95dc72ea2f0d82342f.zip hdf5-785b4ad2d41a1976c9e68b95dc72ea2f0d82342f.tar.gz hdf5-785b4ad2d41a1976c9e68b95dc72ea2f0d82342f.tar.bz2 |
Merge pull request #885 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'ad89b8325555ffd7ea27baef61c506a81dc80a96':
Add note for HDFFV-10398
HDFFV-10398 merge from develop improve CMake code
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b098a16..1e83a8e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -407,7 +407,17 @@ Bug Fixes since HDF5-1.10.1 release ------------- - CMake - Correct usuage of CMAKE_BUILD_TYPE variable. + Update CMake commands configuration. + + A number of improvements were made to the CMake commands. Most + changes simplify usage or eliminate unused constructs. Also, + some changes support better cross-platform support. + + (ADB - 2018/02/01, HDFFV-10398) + + - CMake + + Correct usage of CMAKE_BUILD_TYPE variable. The use of the CMAKE_BUILD_TYPE is incorrect for multi-config generators (Visual Studio and XCode) and is optional for single |