You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edwardhartnett
changed the title
in macos CI run, build PNG from source and cache it instead of getting it from homebrew, then revert to using find_package() in CMake #222
in macos CI run, build PNG from source and cache it instead of getting it from homebrew, then revert to using find_package() in CMake
Dec 7, 2021
Basically, there is a libpng that is already installed on macos and is in a /Library/Framework directory which (on MacOS) cmake searches first. So it finds the older version of PNG and gets confused.
The answer is to delete that part of the /Library/Framwork directories like this: sudo rm -rf /Library/Frameworks/Mono.framework
See #164 (review)
The text was updated successfully, but these errors were encountered: