cleanup macOS dependencies (#33094)

pull/33101/head
Adeeb Shihadeh 11 months ago committed by GitHub
parent 00d9748d9a
commit 6b5f88a533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      tools/mac_setup.sh

@ -36,12 +36,9 @@ if [[ $(command -v brew) == "" ]]; then
fi
brew bundle --file=- <<-EOS
brew "catch2"
brew "cmake"
brew "cppcheck"
brew "git-lfs"
brew "zlib"
brew "bzip2"
brew "capnp"
brew "coreutils"
brew "eigen"

Loading…
Cancel
Save