Skip to content

Commit

Permalink
update hash for new release of libhdf5-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Dec 5, 2023
1 parent 2768e37 commit 746e88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set (BASE_URL "https://github.com/usnistgov/libhdf5-wasm/releases/download/v0.4.
FetchContent_Declare(
libhdf5-wasm
URL ${BASE_URL}/HDF5-1.14.2-Emscripten.tar.gz
URL_HASH SHA256=af86c8fc16d07b37a3c7f17bd16895379f63f779796fb3db46758d67d5f8384e
URL_HASH SHA256=7299eda21bd0fbe85bccdf76ee4636bae12db1295d9ac9b75f800ff3f825a2c6
)
if (NOT libhdf5-wasm_POPULATED)
FetchContent_MakeAvailable(libhdf5-wasm)
Expand Down

0 comments on commit 746e88a

Please sign in to comment.