Skip to content

Commit

Permalink
fix to md5sum hash in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminTJohnson committed Oct 19, 2023
1 parent c94292a commit a602b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ else() # Download CRTM coefficients
set( ECBUILD_DOWNLOAD_BASE_URL https://bin.ssec.wisc.edu/pub/s4/CRTM )
message(STATUS "download CRTM coeffs files from: ${ECBUILD_DOWNLOAD_BASE_URL}/file to ${CRTM_COEFFS_PATH}")
ecbuild_get_test_multidata( TARGET get_crtm_coeffs
NAMES crtm_coefficients_${CRTM_COEFFS_BRANCH}.tar.gz:2b56a7a55dc9fd440ba97d7719082889
NAMES crtm_coefficients_${CRTM_COEFFS_BRANCH}.tar.gz:29a9b6a77096006cc76dbbb9c9569b75
DIRNAME file
DIRLOCAL ${CRTM_COEFFS_PATH}
EXTRACT )
Expand Down

0 comments on commit a602b4a

Please sign in to comment.