Skip to content

Commit 0e48be5

Browse files
committed
Update toml11 to current main tag
b32a2fff0d27e1f7522f26a125101500ddb47156
1 parent 2540d26 commit 0e48be5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/dependencies/toml11.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
7575
set(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

0 commit comments

Comments
 (0)