Skip to content

Commit

Permalink
[setup] Add missing libpng on macOS (#19943)
Browse files Browse the repository at this point in the history
This was pulled implicitly by VTK, but since we are using it outside
of VTK as well we should be listing it explicitly.
  • Loading branch information
jwnimmer-tri authored Aug 7, 2023
1 parent 87abaec commit 4cb4d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/mac/binary_distribution/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ brew 'glew'
brew 'glib'
brew 'graphviz'
brew 'ipopt'
brew 'libpng'
brew 'lz4'
brew 'numpy'
brew 'openblas'
Expand Down

0 comments on commit 4cb4d8a

Please sign in to comment.