azure: the macos cmake doesn't need to install cmake

Error: cmake 3.15.5 is already installed
 To upgrade to 3.16.1, run `brew upgrade cmake`.

Closes #4723
This commit is contained in:
Daniel Stenberg 2019-12-16 09:59:53 +01:00
parent b0a9e3c28c
commit 5eda54c0f0
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ jobs:
pool:
vmImage: 'macOS-latest'
steps:
- script: brew update && brew install libtool autoconf automake nghttp2 pkg-config cmake openssl
- script: brew update && brew install libtool autoconf automake nghttp2 pkg-config openssl
displayName: Install packages
- script: cmake -H. -Bbuild -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCURL_DISABLE_LDAP=ON -DCURL_DISABLE_LDAPS=ON && cmake --build build