diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-02-28 21:11:48 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-02-28 21:11:48 (GMT) |
commit | 6819c11508b0610f222fe3bfe8a19f637bf4319c (patch) | |
tree | 21502062cfc4ab6410f6d81de11e28c1523e85bd | |
parent | 8c0852a7839783822aa50182cec2f51c66677766 (diff) | |
download | hdf5-6819c11508b0610f222fe3bfe8a19f637bf4319c.zip hdf5-6819c11508b0610f222fe3bfe8a19f637bf4319c.tar.gz hdf5-6819c11508b0610f222fe3bfe8a19f637bf4319c.tar.bz2 |
CMake needs a tar.gz examples file for windows, too.
-rwxr-xr-x | bin/release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/release b/bin/release index fa62b32..699acfc 100755 --- a/bin/release +++ b/bin/release @@ -225,7 +225,7 @@ tar2cmakezip() # step 3: add SZIP.tar.gz, ZLib.tar.gz and cmake files cp /mnt/scr1/pre-release/hdf5/CMake/SZip.tar.gz $cmziptmpsubdir cp /mnt/scr1/pre-release/hdf5/CMake/ZLib.tar.gz $cmziptmpsubdir - cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.10.13-Source.zip $cmziptmpsubdir + cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.10.13-Source.tar.gz $cmziptmpsubdir cp $cmziptmpsubdir/$version/config/cmake/scripts/CTestScript.cmake $cmziptmpsubdir cp $cmziptmpsubdir/$version/config/cmake/scripts/HDF5config.cmake $cmziptmpsubdir cp $cmziptmpsubdir/$version/config/cmake/scripts/HDF5options.cmake $cmziptmpsubdir |