Skip to content

Commit fb1313b

Browse files
authored
Merge pull request Homebrew#217821 from Homebrew/glbinding@2-cmake4
glbinding@2: workaround for CMake 4
2 parents 08f79bd + ce469fc commit fb1313b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/g/[email protected]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def install
3232

3333
system "cmake", "-S", ".", "-B", "build",
3434
"-DCMAKE_INSTALL_RPATH=#{rpath}",
35+
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
3536
"-DOPTION_BUILD_TESTS=OFF",
3637
"-DOPTION_BUILD_GPU_TESTS=OFF",
3738
*std_cmake_args

0 commit comments

Comments
 (0)