Remove gmock.

Gmock and GTest should not be installed system-wide.

Closes Homebrew/homebrew#17358.
This commit is contained in:
Adam Vandenberg 2013-01-29 12:13:04 -08:00
parent b7121f0abc
commit f23f511dbb

View File

@ -39,5 +39,13 @@ def blacklisted? name
Xcode can be installed via the App Store (on Lion or newer), or from: Xcode can be installed via the App Store (on Lion or newer), or from:
http://connect.apple.com/ http://connect.apple.com/
EOS EOS
when 'gtest', 'googletest', 'google-test' then <<-EOS.undent
Installing gtest system-wide is not recommended; it should be vendored
in your projects that use it.
EOS
when 'gmock', 'googlemock', 'google-mock' then <<-EOS.undent
Installing gmock system-wide is not recommended; it should be vendored
in your projects that use it.
EOS
end end
end end