cmake: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:10:30 +00:00
parent ab077bb633
commit aa10a24bf0

View file

@ -20,8 +20,6 @@ class Cmake < Formula
# CMake is built with Qt support and Qt is built with MySQL support as MySQL uses CMake.
# For the GUI application please instead use `brew cask install cmake`.
needs :cxx11
def install
ENV.cxx11 if MacOS.version < :mavericks