Skip to content

Commit ce469fc

Browse files
committed
glbinding@2: workaround for CMake 4
1 parent b21e2a3 commit ce469fc

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)