mongo-cxx-driver: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:10:55 +00:00
parent eda0eb5108
commit caaa8f2ea1

View file

@ -15,8 +15,6 @@ class MongoCxxDriver < Formula
depends_on "cmake" => :build
depends_on "mongo-c-driver"
needs :cxx11
def install
mongo_c_prefix = Formula["mongo-c-driver"].opt_prefix
system "cmake", ".", *std_cmake_args,