From ec97c17ba68b7b858f34b2f0e473c81869c0f321 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 10 Mar 2012 22:05:16 -0600 Subject: cmake: remove outdated GREP_OPTIONS check We now unset GREP_OPTIONS when sanitizing the build environment. Signed-off-by: Jack Nagel --- Library/Formula/cmake.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Library/Formula') 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", -- cgit v1.2.3