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.
2 parents ba7cec2 + 5d5e82d commit 72bce1aCopy full SHA for 72bce1a
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