Skip to content

Commit c39556d

Browse files
authored
Merge pull request Homebrew#217811 from Homebrew/allegro-cmake4
allegro: workaround for CMake 4
2 parents 9c9722f + 81a404c commit c39556d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/a/allegro.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def install
5555
-DWANT_DOCS=OFF
5656
-DWANT_DUMB=OFF
5757
-DCMAKE_INSTALL_RPATH=#{rpath}
58+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
5859
]
5960

6061
system "cmake", "-S", ".", "-B", "build", *cmake_args, *std_cmake_args

0 commit comments

Comments
 (0)