Skip to content

Commit

Permalink
simbody: resolve deprecation warning (#2989)
Browse files Browse the repository at this point in the history
Warning: Calling inreplace(paths, before, after, false) is deprecated!
Use inreplace(paths, before, after, audit_result: false) instead.
  • Loading branch information
ddalton15 authored Mar 3, 2025
1 parent f2195cc commit a0e3bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/simbody.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def install

inreplace Dir[lib/"cmake/simbody/SimbodyTargets-*.cmake"],
%r{/Applications/+Xcode.app/[^;]*/System/Library},
"/System/Library", false
"/System/Library", audit_result: false
end

test do
Expand Down

0 comments on commit a0e3bd8

Please sign in to comment.