diff options
Diffstat (limited to 'Library/Homebrew/compat/formula.rb')
| -rw-r--r-- | Library/Homebrew/compat/formula.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/compat/formula.rb b/Library/Homebrew/compat/formula.rb index 11f65e36d..40469da33 100644 --- a/Library/Homebrew/compat/formula.rb +++ b/Library/Homebrew/compat/formula.rb @@ -16,10 +16,6 @@ class Formula "-DCMAKE_INSTALL_PREFIX='#{prefix}' -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev" end - def cxxstdlib - self.class.cxxstdlib - end - def cxxstdlib_check check_type self.class.cxxstdlib_check check_type end |
