kitchen-sync: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:10:45 +00:00
parent 32b1147713
commit c52f5c68f9

View file

@ -16,8 +16,6 @@ class KitchenSync < Formula
depends_on "libpq"
depends_on "mysql-client"
needs :cxx14
def install
system "cmake", ".",
"-DMySQL_INCLUDE_DIR=#{Formula["mysql-client"].opt_include}/mysql",