diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-16 20:45:17 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-16 20:45:31 (GMT) |
commit | 454b04176ae8daeadcd26bb532ed77c4c051a9c3 (patch) | |
tree | 237d4f8f05d0e6f48b09f88d6bb5741dfe0fd150 /CMakeInstallation.cmake | |
parent | 7d7929d43fdb97b0cf44044eb4ab7211e955b794 (diff) | |
download | hdf5-454b04176ae8daeadcd26bb532ed77c4c051a9c3.zip hdf5-454b04176ae8daeadcd26bb532ed77c4c051a9c3.tar.gz hdf5-454b04176ae8daeadcd26bb532ed77c4c051a9c3.tar.bz2 |
Update cmake warnings to match the autotools files better
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r-- | CMakeInstallation.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake index 622f0cf..2339049 100644 --- a/CMakeInstallation.cmake +++ b/CMakeInstallation.cmake @@ -215,6 +215,7 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED) if (HDF5_PACK_INSTALL_DOCS) set (release_files ${release_files} + ${HDF5_SOURCE_DIR}/release_docs/INSTALL_Warnings.txt ${HDF5_SOURCE_DIR}/release_docs/INSTALL_CMake.txt ${HDF5_SOURCE_DIR}/release_docs/HISTORY-1_8.txt ${HDF5_SOURCE_DIR}/release_docs/INSTALL |