SPEC-5380: Update windows/mac setup scripts to install latest cmake
* Adding choco install for cmake in 'install_utiltools.ps1' * Adding brew installation command to install-xcode.sh
This commit is contained in:
@@ -43,4 +43,7 @@ sudo installer -pkg /Applications/Xcode.app/Contents/Resources/Packages/MobileDe
|
||||
sudo installer -pkg /Applications/Xcode.app/Contents/Resources/Packages/MobileDeviceDevelopment.pkg -target /
|
||||
|
||||
echo "Enabling developer mode"
|
||||
sudo /usr/sbin/DevToolsSecurity --enable
|
||||
sudo /usr/sbin/DevToolsSecurity --enable
|
||||
|
||||
echo "Installing cmake"
|
||||
brew install cmake
|
||||
|
||||
Reference in New Issue
Block a user