Skip to content

Commit 23f2dc9

Browse files
authored
Merge pull request #217530 from Homebrew/mgis-cmake4
mgis: workaround for CMake 4
2 parents 8a64e0e + c9d6d76 commit 23f2dc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/m/mgis.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def install
4141
"-Denable-enable-static=OFF",
4242
"-Ddisable_python_library_linking=ON",
4343
"-DCMAKE_INSTALL_RPATH=#{rpath}",
44+
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
4445
"-DPython_ADDITIONAL_VERSIONS=#{Language::Python.major_minor_version python3}",
4546
]
4647

0 commit comments

Comments
 (0)