Skip to content

Commit 4d7b9ac

Browse files
authored
Merge pull request #228171 from Homebrew/mmseqs2-cmake-4-note
mmseqs2: add cmake-4 removal note
2 parents a433add + a49d47e commit 4d7b9ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Formula/m/mmseqs2.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ class Mmseqs2 < Formula
3939
end
4040

4141
def install
42+
odie "Remove cmake 4 build patch" if build.stable? && version > "17-b804f"
43+
4244
args = %W[
4345
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
4446
-DHAVE_TESTS=0

0 commit comments

Comments
 (0)