From 179fe46c111a2af0982fa0fa04202fe6386caf0b Mon Sep 17 00:00:00 2001 From: Dimitar Krastev Date: Sat, 16 Aug 2025 09:40:33 +0300 Subject: [PATCH] pcapplusplus: Disable building unit tests during install. The pcapplusplus unit tests are not exported or used during the install process, so building them is unnessesary. --- Formula/p/pcapplusplus.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/p/pcapplusplus.rb b/Formula/p/pcapplusplus.rb index 5c8cb4806900..ee319443f9d4 100644 --- a/Formula/p/pcapplusplus.rb +++ b/Formula/p/pcapplusplus.rb @@ -20,6 +20,7 @@ class Pcapplusplus < Formula def install cmake_args = %w[ -DPCAPPP_BUILD_EXAMPLES=OFF + -DPCAPPP_BUILD_TESTS=OFF ] system "cmake", "-S", ".", "-B", "build", *cmake_args, *std_cmake_args