From 951d47c94c1428a40f1f676129a3ab901bd41860 Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Fri, 13 Mar 2026 21:54:15 -0700 Subject: [PATCH] Use System Protobuf for Intel Mac --- .ci/build-mac.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/build-mac.sh b/.ci/build-mac.sh index 300f69cb06..f386866264 100755 --- a/.ci/build-mac.sh +++ b/.ci/build-mac.sh @@ -122,6 +122,7 @@ cmake .. \ -DUSE_SYSTEM_MVK=ON \ -DUSE_SYSTEM_SDL=ON \ -DUSE_SYSTEM_OPENCV=ON \ + -DUSE_SYSTEM_PROTOBUF=ON \ -G Ninja fi