Skip to content

Commit 6f76dbd

Browse files
committed
Update vendored OSS HHVM fmt to 12.1.0 to fix libc++ 21 compat
This matches what was done for fbcode_builder in D91067518.
1 parent 381c03b commit 6f76dbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

third-party/fmt/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ else()
1414
SET_HHVM_THIRD_PARTY_SOURCE_ARGS(
1515
FMT_SOURCE_ARGS
1616
SOURCE_URL
17-
"https://github.com/fmtlib/fmt/releases/download/11.1.1/fmt-11.1.1.zip"
17+
"https://github.com/fmtlib/fmt/releases/download/12.1.0/fmt-12.1.0.zip"
1818
SOURCE_HASH
19-
"SHA512=6321f29b4ddabfcd92362883ca54039f5f2f90d85d95af1410ba98607acdde02c8c02b61c4fad212337aa2938681e038cd4533013b4e1f500c6839f77a74aeca"
19+
"SHA512=405645141c93dcde2225976328a4b373e5ca3b0bc1c1759249ce3cee2ec86dc6080bec5d4adafb9d6b5f5501e5f8e8fe8bcdba9107047b54f8ef46a4a8f5971e"
2020
)
2121

2222
set(INSTALL_DIR "${CMAKE_CURRENT_BINARY_DIR}/fmt-prefix")

0 commit comments

Comments
 (0)