Remove gmock.
Gmock and GTest should not be installed system-wide. Closes Homebrew/homebrew#17358.
This commit is contained in:
parent
b7121f0abc
commit
f23f511dbb
@ -39,5 +39,13 @@ def blacklisted? name
|
||||
Xcode can be installed via the App Store (on Lion or newer), or from:
|
||||
http://connect.apple.com/
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user