We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf1a87 commit 23ed47dCopy full SHA for 23ed47d
buildscripts/ci/macos/setup.sh
@@ -26,7 +26,10 @@ export MACOSX_DEPLOYMENT_TARGET=10.15
26
27
# Install build tools
28
echo "Install build tools"
29
-brew install cmake ninja --formula --quiet
+if ! command -v cmake >/dev/null 2>&1
30
+then
31
+ brew install cmake ninja --formula --quiet
32
+fi
33
34
# Download dependencies
35
echo "Download dependencies"
0 commit comments