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 75112d0 commit a5be9cdCopy full SHA for a5be9cd
Formula/ignition-msgs8.rb
@@ -23,6 +23,12 @@ class IgnitionMsgs8 < Formula
23
sha256 "02dd3ee467dcdd1b5b1c7c26d56ebea34276fea7ff3611fb53bf27b99e7ba4bc"
24
end
25
26
+ patch do
27
+ # Fix for compatibility with protobuf 30
28
+ url "https://github.com/gazebosim/gz-msgs/commit/01f6ee53c20e1d5a5dece1b60e98c78cdbc1ea6c.patch?full_index=1"
29
+ sha256 "4aab8b47f83757014c56f1aac3f3da147d828dc6a935c09618e673424778084e"
30
+ end
31
+
32
def install
33
cmake_args = std_cmake_args
34
cmake_args << "-DBUILD_TESTING=Off"
0 commit comments