]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
azure: the macos cmake doesn't need to install cmake
authorDaniel Stenberg <daniel@haxx.se>
Mon, 16 Dec 2019 08:59:53 +0000 (09:59 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Dec 2019 09:11:49 +0000 (10:11 +0100)
 Error: cmake 3.15.5 is already installed
 To upgrade to 3.16.1, run `brew upgrade cmake`.

Closes #4723

.azure-pipelines.yml

index ac0b0cc3e912e30d42acfa60126e95dcd7ae5cb5..93f8cd067f789e0f5f4166f44ae800b6decf4fc1 100644 (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