Skip to content

Commit

Permalink
Update fmt version to 10.2.1 (#297)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #297

Reviewed By: jaesoo-fb

Differential Revision: D55167653

Pulled By: jiayuebao

fbshipit-source-id: 2e01ccc1f410f3fd589147214cf9ea6a41e27b99
  • Loading branch information
haowu14 authored and facebook-github-bot committed Mar 21, 2024
1 parent 2add5f8 commit 6c9ca69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ case "$1" in
REPODIR=cachelib/external/$NAME
SRCDIR=$REPODIR
external_git_clone=yes
external_git_tag="8.0.1"
external_git_tag="10.2.1"
cmake_custom_params="-DBUILD_SHARED_LIBS=ON"
if test "$build_tests" = "yes" ; then
cmake_custom_params="$cmake_custom_params -DFMT_TEST=YES"
Expand Down

0 comments on commit 6c9ca69

Please sign in to comment.