Skip to content

Commit

Permalink
Merge pull request #150 from Kitware/update-hdf5-url
Browse files Browse the repository at this point in the history
Remove duplicated URL.
  • Loading branch information
dstoup authored Jun 30, 2017
2 parents c667724 + 62c4272 commit e9a29a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMake/fletch-tarballs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ set(HDF5_major "1.8")
set(HDF5_rev "17")
set(HDF5_version "${HDF5_major}.${HDF5_rev}")
set(HDF5_url "https://support.hdfgroup.org/ftp/HDF5/prev-releases/hdf5-${HDF5_major}/hdf5-${HDF5_version}/src/hdf5-${HDF5_version}.tar")
set(HDF5_url "https://support.hdfgroup.org/ftp/HDF5/prev-releases/hdf5-${HDF5_version}/src/hdf5-${HDF5_version}.tar")
set(HDF5_md5 "bdf0fc3d648679eeb5d7b4b78f92a83f")
list(APPEND fletch_external_sources HDF5)

Expand Down

0 comments on commit e9a29a4

Please sign in to comment.