diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-01-18 22:02:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-01-18 22:02:09 (GMT) |
commit | 9f61f559d1541066b07c02609579bf053099ab90 (patch) | |
tree | c93284c6087b12a8f53233f4aa5182e7d5c3f165 /release_docs | |
parent | d5c0a54878a418b6a0b581ef4d9a1c5abb463d46 (diff) | |
download | hdf5-9f61f559d1541066b07c02609579bf053099ab90.zip hdf5-9f61f559d1541066b07c02609579bf053099ab90.tar.gz hdf5-9f61f559d1541066b07c02609579bf053099ab90.tar.bz2 |
Fix CMake policy 54 warnings
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 836d1a1..e4a39c9 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -47,6 +47,12 @@ New Features Configuration: ------------- + - Rework CMake command files to eliminate developer CMP005 warning + + Use variables without quotes in if () statements. + + (ADB - 2019/01/18, TILABS-105) + - Rework CMake configure files to eliminate developer CMP0075 warning Renamed varname to HDF5_REQUIRED_LIBRARIES as the contents were not |