Skip to content

Commit 35bc7f7

Browse files
authored
[.github/workflows] macos-arm64 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 (#2846)
1 parent da3ea61 commit 35bc7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ jobs:
403403
- name: Build
404404
run: |
405405
cd build
406-
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC=ON -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=ON ..
406+
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC=ON -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
407407
cmake --build . --parallel
408408
409409
- name: Deploy

0 commit comments

Comments
 (0)