mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
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:
parent
b0a9e3c28c
commit
5eda54c0f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user