From 4e2d38c9eed6220edb44afd2c2e0655811c96347 Mon Sep 17 00:00:00 2001 From: danielnachun Date: Thu, 15 Sep 2022 09:38:37 -0700 Subject: [PATCH] catch2: drop GCC dependency Closes #110806. Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/catch2.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Formula/catch2.rb b/Formula/catch2.rb index 68259b6ec0b..bf07674fcb0 100644 --- a/Formula/catch2.rb +++ b/Formula/catch2.rb @@ -16,10 +16,6 @@ class Catch2 < Formula depends_on "cmake" => :build - on_linux do - depends_on "gcc" - end - fails_with gcc: "5" def install