Skip to content

Commit 5d5e82d

Browse files
committed
transmission-cli: add cmake 4 build patch removal note
Signed-off-by: Rui Chen <[email protected]>
1 parent 730f626 commit 5d5e82d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Formula/t/transmission-cli.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ class TransmissionCli < Formula
3939
patch :DATA
4040

4141
def install
42+
odie "Remove cmake 4 build patch" if build.stable? && version > "4.0.6"
43+
4244
# CMake 4 compatibility for third-parties of miniupnpc
4345
ENV["CMAKE_POLICY_VERSION_MINIMUM"] = "3.5"
4446

0 commit comments

Comments
 (0)