diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-09-07 18:28:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-09-07 18:29:31 (GMT) |
commit | 1c7c5a604b449465a76fbaa054c5b125ad75bb56 (patch) | |
tree | 85010169bed7c6d8f2d460b80ce18cdb27442b9b /release_docs/INSTALL_CMake.txt | |
parent | 56b48f6d2aee966bdd06e29c77f156c97cc05cdf (diff) | |
download | hdf5-1c7c5a604b449465a76fbaa054c5b125ad75bb56.zip hdf5-1c7c5a604b449465a76fbaa054c5b125ad75bb56.tar.gz hdf5-1c7c5a604b449465a76fbaa054c5b125ad75bb56.tar.bz2 |
HDFFV-10276 Add UD flag option to h5repack
Diffstat (limited to 'release_docs/INSTALL_CMake.txt')
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index e2489f4..9c0c91e 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -656,17 +656,6 @@ The same scripts can be used on Linux, Mac OSX or a Windows machine by adding an option (${CTEST_SCRIPT_ARG}) to the platform configuration script. -# -# Copyright by The HDF Group. -# All rights reserved. -# -# This file is part of HDF5. The full HDF5 copyright notice, including -# terms governing use, modification, and redistribution, is contained in -# the COPYING file, which can be found at the root of the source code -# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. -# If you do not have access to either file, you may request a copy from -# help@hdfgroup.org. -# ############################################################################################# ### ${CTEST_SCRIPT_ARG} is of the form OPTION=VALUE ### ### BUILD_GENERATOR required [Unix, VS2017, VS201764, VS2015, VS201564, VS2013, VS201364] ### |