From ebe772d12a726e85e41e52d9342a806690b34392 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Thu, 21 Oct 2021 20:58:23 +0800 Subject: [PATCH] sysdig: remove outdated comment I forgot to remove this in #87581. --- Formula/sysdig.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/sysdig.rb b/Formula/sysdig.rb index 81bf1c5856f8..03372ab3a472 100644 --- a/Formula/sysdig.rb +++ b/Formula/sysdig.rb @@ -66,7 +66,6 @@ def install args << "-DUSE_BUNDLED_#{dep}=OFF" end - # We need C++17 to use Abseil. args << "-DBUILD_DRIVER=OFF" if OS.linux? system "cmake", "-S", ".", "-B", "build", *args