We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730f626 commit 5d5e82dCopy full SHA for 5d5e82d
Formula/t/transmission-cli.rb
@@ -39,6 +39,8 @@ class TransmissionCli < Formula
39
patch :DATA
40
41
def install
42
+ odie "Remove cmake 4 build patch" if build.stable? && version > "4.0.6"
43
+
44
# CMake 4 compatibility for third-parties of miniupnpc
45
ENV["CMAKE_POLICY_VERSION_MINIMUM"] = "3.5"
46
0 commit comments