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 3acc7d0 commit 326fdaaCopy full SHA for 326fdaa
Formula/gz-cmake5.rb
@@ -17,6 +17,8 @@ class GzCmake5 < Formula
17
depends_on "cmake"
18
depends_on "pkgconf"
19
20
+ conflicts_with "gz-scaffold-cmake", because: "both install gz-cmake"
21
+
22
def install
23
cmake_args = std_cmake_args
24
cmake_args << "-DBUILD_TESTING=OFF"
Formula/gz-utils4.rb
@@ -19,6 +19,8 @@ class GzUtils4 < Formula
depends_on "gz-cmake5"
depends_on "spdlog"
+ conflicts_with "gz-scaffold-utils", because: "both install gz-utils"
25
26
0 commit comments