From: Daniel Stenberg Date: Mon, 16 Dec 2019 08:59:53 +0000 (+0100) Subject: azure: the macos cmake doesn't need to install cmake X-Git-Tag: curl-7_68_0~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5eda54c0f08ecf4e456dc3d4495af5e6d90fc5c6;p=thirdparty%2Fcurl.git 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 --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index ac0b0cc3e9..93f8cd067f 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -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