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>
master
danielnachun 2022-09-15 09:38:37 -07:00 committed by BrewTestBot
parent f3583aac47
commit 4e2d38c9ee
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ class Catch2 < Formula
depends_on "cmake" => :build
on_linux do
depends_on "gcc"
end
fails_with gcc: "5"
def install