Skip to content

Commit

Permalink
fix(fbthrift)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Jan 27, 2025
1 parent 8e844eb commit d6d7907
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/facebook.com/fbthrift/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ build:
if: linux/aarch64

# fmt::fmt is duplicated from folly on macOS
- run: sed -i 's/add_library(fmt::fmt UNKNOWN IMPORTED)/#&/' FindFmt.cmake
- run: |
if test -f FindFmt.cmake; then
sed -i 's/add_library(fmt::fmt UNKNOWN IMPORTED)/#&/' FindFmt.cmake
fi
working-directory: thrift/cmake
if: darwin
Expand Down

0 comments on commit d6d7907

Please sign in to comment.