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 733dbf2 commit 7191dceCopy full SHA for 7191dce
Formula/lib/libosmium.rb
@@ -22,6 +22,12 @@ class Libosmium < Formula
22
sha256 "d95ca543fc42bd22b8c4bce1e6d691ce1711eda4b4910f7863449e6517fade6b"
23
end
24
25
+ # Backport support for CMake 4
26
+ patch do
27
+ url "https://github.com/osmcode/libosmium/commit/7ab87418a0697ac9b7b5f005fbd64dcd99a01124.patch?full_index=1"
28
+ sha256 "2bb132477a5607d0b11a7d353ab2954df4a3f17e2ab4b6dd02627bf879c29b7d"
29
+ end
30
+
31
def install
32
resource("protozero").stage { libexec.install "include" }
33
0 commit comments