Skip to content

Commit 07be1b4

Browse files
committed
Bump fmt version to 11.1.2
1 parent f00a655 commit 07be1b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/fmtlib.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ include(FetchContent)
33
FetchContent_Declare(
44
fmt
55
DOWNLOAD_EXTRACT_TIMESTAMP FALSE
6-
URL https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz
7-
URL_HASH SHA256=6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f)
6+
URL https://github.com/fmtlib/fmt/archive/refs/tags/11.1.2.tar.gz
7+
URL_HASH SHA256=d8773cf062cc806d4dd4df658111f15ba7a2c9c65db5084d2491696828b1eb97)
88

99
FetchContent_GetProperties(fmt)
1010
if(NOT fmt_POPULATED)

0 commit comments

Comments
 (0)