File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,18 +64,18 @@ set(openPMD_toml11_src ""
6464 "Local path to toml11 source directory (preferred if set)" )
6565
6666# tarball fetcher
67- set (openPMD_toml11_tar "https://github.com/ToruNiina/toml11/archive/refs/tags/v4.4.0 .tar.gz"
67+ set (openPMD_toml11_tar "https://github.com/ToruNiina/toml11/archive/b32a2fff0d27e1f7522f26a125101500ddb47156 .tar.gz"
6868 CACHE STRING
6969 "Remote tarball link to pull and build toml11 from if(openPMD_USE_INTERNAL_TOML11)" )
70- set (openPMD_toml11_tar_hash "SHA256=815bfe6792aa11a13a133b86e7f0f45edc5d71eb78f5fb6686c49c7f792b9049 "
70+ set (openPMD_toml11_tar_hash "SHA256=c82df2d6a437795a1b5ac0b87886d5eb481deb60d6e79adb1688017857347cda "
7171 CACHE STRING
7272 "Hash checksum of the tarball of toml11 if(openPMD_USE_INTERNAL_TOML11)" )
7373
7474# Git fetcher
7575set (openPMD_toml11_repo "https://github.com/ToruNiina/toml11.git"
7676 CACHE STRING
7777 "Repository URI to pull and build toml11 from if(openPMD_USE_INTERNAL_TOML11)" )
78- set (openPMD_toml11_branch "v4.4.0 "
78+ set (openPMD_toml11_branch "b32a2fff0d27e1f7522f26a125101500ddb47156 "
7979 CACHE STRING
8080 "Repository branch for openPMD_toml11_repo if(openPMD_USE_INTERNAL_TOML11)" )
8181
You can’t perform that action at this time.
0 commit comments