Skip to content

Commit

Permalink
Merge pull request #255 from itesla/fix-thirdparty-cmakelists
Browse files Browse the repository at this point in the history
Fix HDF5 url
  • Loading branch information
mathbagu committed Aug 1, 2017
2 parents 79a868c + e4cbc1e commit fa374c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set(CMAKE_BINARY_DIR ${prefix}/build)

if (download)
set(szip_url https://support.hdfgroup.org/ftp/lib-external/szip/2.1/src/szip-2.1.tar.gz)
set(hdf5_url https://support.hdfgroup.org/ftp/HDF5//releases/hdf5-1.8.13/src/hdf5-1.8.13.tar.gz)
set(hdf5_url https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-1.8.13/src/hdf5-1.8.13.tar.gz)
set(matio_url http://downloads.sourceforge.net/project/matio/matio/1.5.2/matio-1.5.2.tar.gz)
else()
set(szip_url ${packs}/szip-2.1.tar.gz)
Expand Down

0 comments on commit fa374c3

Please sign in to comment.