json11: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:10:45 +00:00
parent ede590cc59
commit a7c0eb4386

View file

@ -14,8 +14,6 @@ class Json11 < Formula
depends_on "cmake" => :build
needs :cxx11
def install
system "cmake", ".", *std_cmake_args
system "make", "install"