aboutsummaryrefslogtreecommitdiff
path: root/scripts/vcpkgTools.xml
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-03-22 16:47:03 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-03-22 16:47:03 -0700
commitc7664d1538c8ca50aafce6d90b20feb689506659 (patch)
treeb222663025c558a99d935e79ade773d63958fea5 /scripts/vcpkgTools.xml
parentbc4fd2653bba4b22b2a9b94a5f22ee0e253413b5 (diff)
parent637c9bc0f012e402f5cff5e5f9ac1ca993f89ab8 (diff)
downloadvcpkg-c7664d1538c8ca50aafce6d90b20feb689506659.tar.gz
vcpkg-c7664d1538c8ca50aafce6d90b20feb689506659.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'scripts/vcpkgTools.xml')
-rw-r--r--scripts/vcpkgTools.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml
index 02fd0b996..9c78e92d9 100644
--- a/scripts/vcpkgTools.xml
+++ b/scripts/vcpkgTools.xml
@@ -6,6 +6,12 @@
<url>https://cmake.org/files/v3.10/cmake-3.10.2-win32-x86.zip</url>
<sha256>f5f7e41a21d0e9b655aca58498b08e17ecd27796bf82837e2c84435359169dd6</sha256>
<archiveRelativePath>cmake-3.10.2-win32-x86.zip</archiveRelativePath>
+ <exeRelativePath os="osx">cmake-3.10.2-Darwin-x86_64/CMake.app/Contents/bin/cmake</exeRelativePath>
+ <url os="osx">https://cmake.org/files/v3.10/cmake-3.10.2-Darwin-x86_64.tar.gz</url>
+ <archiveRelativePath os="osx">cmake-3.10.2-Darwin-x86_64.tar.gz</archiveRelativePath>
+ <exeRelativePath os="linux">cmake-3.10.2-Linux-x86_64/bin/cmake</exeRelativePath>
+ <url os="linux">https://cmake.org/files/v3.10/cmake-3.10.2-Linux-x86_64.tar.gz</url>
+ <archiveRelativePath os="linux">cmake-3.10.2-Linux-x86_64.tar.gz</archiveRelativePath>
</tool>
<tool name="git">
<requiredVersion>2.16.2</requiredVersion>