diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-02-01 15:42:14 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-02-01 15:42:14 (GMT) |
commit | b57c5490e0901c451a77a356ceb1f6071dc89123 (patch) | |
tree | f773224020e98ef1db2061e6b7980ec12b4e1ccf | |
parent | b005c5653e3f74ff1548d1de10e3f065bd805982 (diff) | |
download | hdf5-b57c5490e0901c451a77a356ceb1f6071dc89123.zip hdf5-b57c5490e0901c451a77a356ceb1f6071dc89123.tar.gz hdf5-b57c5490e0901c451a77a356ceb1f6071dc89123.tar.bz2 |
JHDFFV-10398 add note
-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 74b73a4..c13b247 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -236,7 +236,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 |