Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fmt package to 10.1.1 #697

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ hunter_default_version(filament VERSION 1.9.8)
hunter_default_version(fixesproto VERSION 5.0)
hunter_default_version(flatbuffers VERSION 2.0.0)
hunter_default_version(flex VERSION 2.6.4)
hunter_default_version(fmt VERSION 9.1.0)
hunter_default_version(fmt VERSION 10.1.1)
hunter_default_version(folly VERSION 2018.10.22.00-p4)
hunter_default_version(freetype VERSION 2.10.4-p0)
hunter_default_version(freetype-gl VERSION 0.0.0-1a8c007-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/fmt/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,17 @@ hunter_add_version(
6c0db60f3fa7bd4cf58edc777a2408e0ddfb28b9
)

hunter_add_version(
PACKAGE_NAME
fmt
VERSION
"10.1.1"
URL
"https://github.com/fmtlib/fmt/archive/10.1.1.tar.gz"
SHA1
e94b38a9efe0d696373a3cb1300dd24f12e2dd9c
)

hunter_cmake_args(
fmt
CMAKE_ARGS
Expand Down