Skip to content
Snippets Groups Projects
Commit 8fea11e7 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

brew doctor: warn about Mono and CMake

parent f4cd85aa
No related branches found
No related tags found
No related merge requests found
......@@ -637,6 +637,16 @@ def check_for_other_frameworks
EOS
end
end
if File.exist? "/Library/Frameworks/Mono.framework"
puts <<-EOS.undent
/Library/Frameworks/Mono.framework detected
This can be picked up by Cmake's build system and likey cause the
build to fail, finding improper header files for libpng for instance.
EOS
end
end
module Homebrew extend self
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment