Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cmake] Update to 3.21.1 #18955

Merged
merged 15 commits into from
Aug 12, 2021
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions scripts/vcpkgTools.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
<archiveName>python-3.9.6-embed-win32.zip</archiveName>
</tool>
<tool name="cmake" os="windows">
<version>3.20.2</version>
<exeRelativePath>cmake-3.20.2-windows-i386\bin\cmake.exe</exeRelativePath>
<url>https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-windows-i386.zip</url>
<sha512>5fb46e737eedf71ea70f1b9f392d3e39ec12c0a9d1e630d4ddda4622bb28d92b9d965a11b1a3af5ffeed4d193a06312df9dae5ca567513e98f8ed770ea3be0c4</sha512>
<archiveName>cmake-3.20.2-windows-i386.zip</archiveName>
<version>3.21.0</version>
<exeRelativePath>cmake-3.21.0-windows-i386\bin\cmake.exe</exeRelativePath>
<url>https://github.com/Kitware/CMake/releases/download/v3.21.0/cmake-3.21.0-windows-i386.zip</url>
<sha512>0c08a284b15c1a2e66ec1c53802a171ee805e8e410957becf71749348f0dba1d61c225352137142f929bc59fda4e26de8cff345ee01709d8bd97542995a6b699</sha512>
JackBoosY marked this conversation as resolved.
Show resolved Hide resolved
<archiveName>cmake-3.21.0-windows-i386.zip</archiveName>
JackBoosY marked this conversation as resolved.
Show resolved Hide resolved
</tool>
<tool name="cmake" os="osx">
<version>3.20.2</version>
<exeRelativePath>cmake-3.20.2-macos-universal/CMake.app/Contents/bin/cmake</exeRelativePath>
<url>https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-macos-universal.tar.gz</url>
<sha512>50b96c9d8c35a8f5d9573f3c741b43c041cfa7ad939fcd60ce56c98a373cc87fa410c61cad6cfb0f86f03c8d3d527297b2b3eed7043aaf19de260dec49c57cf3</sha512>
<archiveName>cmake-3.20.2-macos-universal.tar.gz</archiveName>
<version>3.21.0</version>
<exeRelativePath>cmake-3.21.0-macos-universal/CMake.app/Contents/bin/cmake</exeRelativePath>
<url>https://github.com/Kitware/CMake/releases/download/v3.21.0/cmake-3.21.0-macos-universal.tar.gz</url>
<sha512>90251c1f29cd55b961b1520df08aec464f487cf3071e33b526f2fde7c2e876dcf9228da2b1206eacf45d63745ccae3c67bb23ab1506746d879b32192f175ac3d</sha512>
JackBoosY marked this conversation as resolved.
Show resolved Hide resolved
<archiveName>cmake-3.21.0-macos-universal.tar.gz</archiveName>
JackBoosY marked this conversation as resolved.
Show resolved Hide resolved
</tool>
<tool name="cmake" os="linux">
<version>3.20.2</version>
<exeRelativePath>cmake-3.20.2-linux-x86_64/bin/cmake</exeRelativePath>
<url>https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-Linux-x86_64.tar.gz</url>
<sha512>1e81c37d3b144cfb81478140e7921f314134845d2f0e0f941109ef57d510e7bd37dda6cc292ec00782472e7f1671349b857be9aac1c3f974423c8d1875a46302</sha512>
<archiveName>cmake-3.20.2-linux-x86_64.tar.gz</archiveName>
<version>3.21.0</version>
<exeRelativePath>cmake-3.21.0-linux-x86_64/bin/cmake</exeRelativePath>
<url>https://github.com/Kitware/CMake/releases/download/v3.21.0/cmake-3.21.0-Linux-x86_64.tar.gz</url>
<sha512>fdbb373b0626f98bb66c9651d4bbf5f8eab7d807444287e6d45ebd94c1f1527ec977f94d7a9c53b3ca2738393f971223a8d59447e8d77a160dd22c5558d902d2</sha512>
JackBoosY marked this conversation as resolved.
Show resolved Hide resolved
<archiveName>cmake-3.21.0-linux-x86_64.tar.gz</archiveName>
JackBoosY marked this conversation as resolved.
Show resolved Hide resolved
</tool>
<tool name="git" os="windows">
<version>2.26.2-1</version>
Expand Down