Skip to content

Commit 72bce1a

Browse files
authored
Merge pull request #228173 from Homebrew/transmission-cli-cmake4
transmission-cli: add cmake 4 build patch removal note
2 parents ba7cec2 + 5d5e82d commit 72bce1a

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)