Skip to content

Commit

Permalink
update fmt version in dependencies script
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Aug 14, 2023
1 parent 04d4d79 commit db7459b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ git clone https://github.com/fmtlib/fmt.git
pushd fmt
mkdir build
pushd build
git checkout a33701196adfad74917046096bf5a2aa0ab0bb50
git checkout e57ca2e3685b160617d3d95fcd9e789c4e06ca88
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=OFF \
Expand Down

0 comments on commit db7459b

Please sign in to comment.