Skip to content

Commit 0c81239

Browse files
authored
Merge pull request #233808 from Homebrew/libosmium-cmake4
libosmium: backport support for CMake 4
2 parents b342ede + 7191dce commit 0c81239

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Formula/lib/libosmium.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ class Libosmium < Formula
2222
sha256 "d95ca543fc42bd22b8c4bce1e6d691ce1711eda4b4910f7863449e6517fade6b"
2323
end
2424

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+
2531
def install
2632
resource("protozero").stage { libexec.install "include" }
2733

0 commit comments

Comments
 (0)