diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-19 16:49:17 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-19 16:49:17 (GMT) |
commit | 608a71200d4f70708c141790ec33f88e2e1a9993 (patch) | |
tree | 559268d7f5da223f6bdae3c3e953d6eef18dcb07 /release_docs | |
parent | 0f5ada2e0819bc107b2da0fc7d9a93bc4cd5b200 (diff) | |
download | hdf5-608a71200d4f70708c141790ec33f88e2e1a9993.zip hdf5-608a71200d4f70708c141790ec33f88e2e1a9993.tar.gz hdf5-608a71200d4f70708c141790ec33f88e2e1a9993.tar.bz2 |
HDFFV-10385 rename vars and macros
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 790313f..3f0ea92 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -59,7 +59,7 @@ New Features Refactor use of CMAKE_BUILD_TYPE for new variable, which understands the type of generator in use. - Added new configuration macros to use new HDF5_BUILD_TYPE variable. This + Added new configuration macros to use new HDF_BUILD_TYPE variable. This variable is set correctly for the type of generator being used for the build. (ADB - 2018/01/08, HDFFV-10385, HDFFV-10296) @@ -242,7 +242,7 @@ Bug Fixes since HDF5-1.10.1 release generators (Visual Studio and XCode) and is optional for single config generators. Created a new macro to check GLOBAL PROPERTY -> GENERATOR_IS_MULTI_CONFIG - Created two new HDF variable, HDF5_BUILD_TYPE and HDF5_CFG_BUILD_TYPE. + Created two new HDF variable, HDF_BUILD_TYPE and HDF_CFG_BUILD_TYPE. Defaults for these variables is "Release". (ADB - 2018/01/10, HDFFV-10385) |