aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cmake.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb
index 0ae705c6d..f5611d11f 100644
--- a/Library/Formula/cmake.rb
+++ b/Library/Formula/cmake.rb
@@ -27,14 +27,6 @@ class Cmake < Formula
EOS
end
- if ENV['GREP_OPTIONS'] == "--color=always"
- opoo "GREP_OPTIONS is set to '--color=always'"
- puts <<-EOS.undent
- Having `GREP_OPTIONS` set this way causes CMake builds to fail.
- You will need to `unset GREP_OPTIONS` before brewing.
- EOS
- end
-
system "./bootstrap", "--prefix=#{prefix}",
"--system-libs",
"--no-system-libarchive",