diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-12-28 21:21:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-28 21:21:03 -0800 |
| commit | 8f8f7168ee0a524d4f71e632fd5cf2936d96469c (patch) | |
| tree | ca4d2085410b0ef47fcab501d070aec45b07d318 /scripts | |
| parent | 580da706ed3502f1b1fcd9ab70212cda548d3520 (diff) | |
| download | vcpkg-8f8f7168ee0a524d4f71e632fd5cf2936d96469c.tar.gz vcpkg-8f8f7168ee0a524d4f71e632fd5cf2936d96469c.zip | |
[cmake] update to 3.19.2 (#14716)
* [cmake] update to 3.19.0
* update vmss
* [cmake] update to 3.19.1
* [solid3] Fix configure error, fix static definition
* [flann] Add feature hdf5 and fix it
* [highfive] Fix dependency hdf5
* [simage] Fix configure error
* [aws-c-common] Fix configure error
* [cmake] Update to 3.19.2
* Revert changes about cmake bug
* [VMSS] Update cmake path on Windows
* [cmake] Update cmake hash
* [minc] Fix dependency hdf5
* [cmake] Update cmake package name and path on MacOS
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/azure-pipelines/windows/azure-pipelines.yml | 2 | ||||
| -rw-r--r-- | scripts/vcpkgTools.xml | 30 |
2 files changed, 16 insertions, 16 deletions
diff --git a/scripts/azure-pipelines/windows/azure-pipelines.yml b/scripts/azure-pipelines/windows/azure-pipelines.yml index f680ac205..c78c3d9ee 100644 --- a/scripts/azure-pipelines/windows/azure-pipelines.yml +++ b/scripts/azure-pipelines/windows/azure-pipelines.yml @@ -33,7 +33,7 @@ jobs: :: TRANSITION, get these tools on the VMs next time we roll them
.\vcpkg.exe fetch cmake
.\vcpkg.exe fetch ninja
- set PATH=${{ variables.VCPKG_DOWNLOADS }}\tools\cmake-3.18.4-windows\cmake-3.18.4-win32-x86\bin;${{ variables.VCPKG_DOWNLOADS }}\tools\ninja-1.10.1-windows;%PATH%
+ set PATH=${{ variables.VCPKG_DOWNLOADS }}\tools\cmake-3.19.2-windows\cmake-3.19.2-win32-x86\bin;${{ variables.VCPKG_DOWNLOADS }}\tools\ninja-1.10.1-windows;%PATH%
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=x86 -host_arch=x86
rmdir /s /q build.x86.debug > nul 2> nul
cmake.exe -G Ninja -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON -DVCPKG_DEVELOPMENT_WARNINGS=ON -DVCPKG_WARNINGS_AS_ERRORS=ON -DVCPKG_BUILD_FUZZING=ON -B build.x86.debug -S toolsrc
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml index 4e20684ae..0ef21fd4d 100644 --- a/scripts/vcpkgTools.xml +++ b/scripts/vcpkgTools.xml @@ -8,25 +8,25 @@ <archiveName>python-3.8.3-embed-win32.zip</archiveName> </tool> <tool name="cmake" os="windows"> - <version>3.18.4</version> - <exeRelativePath>cmake-3.18.4-win32-x86\bin\cmake.exe</exeRelativePath> - <url>https://github.com/Kitware/CMake/releases/download/v3.18.4/cmake-3.18.4-win32-x86.zip</url> - <sha512>77ab5b4720c5212cf477100588a20002f7f99a609ad5d5ffef4c163345d366ce9be98280c4f02ecb583d070668a8eb8a2b0baabd266f10c53589aac250f67f28</sha512> - <archiveName>cmake-3.18.4-win32-x86.zip</archiveName> + <version>3.19.2</version> + <exeRelativePath>cmake-3.19.2-win32-x86\bin\cmake.exe</exeRelativePath> + <url>https://github.com/Kitware/CMake/releases/download/v3.19.2/cmake-3.19.2-win32-x86.zip</url> + <sha512>1ed3706d8dd5c5244ceb4c22443f006fcb9ffa76cb6d9ebdbbb8f11a50deb3f92a9a4080ff3fd125f79c0143f553ea0c02a6a2d27521438705c2fea4dd97d239</sha512> + <archiveName>cmake-3.19.2-win32-x86.zip</archiveName> </tool> <tool name="cmake" os="osx"> - <version>3.18.4</version> - <exeRelativePath>cmake-3.18.4-Darwin-x86_64/CMake.app/Contents/bin/cmake</exeRelativePath> - <url>https://github.com/Kitware/CMake/releases/download/v3.18.4/cmake-3.18.4-Darwin-x86_64.tar.gz</url> - <sha512>76efc2fc3562ae4087cb9f169dff5b18253402ec4afdfcf8b818f724efaab2c4aacb1baa5fe77db268413964b4272c91eed789991951ea11eeb67332be5a4c5b</sha512> - <archiveName>cmake-3.18.4-Darwin-x86_64.tar.gz</archiveName> + <version>3.19.2</version> + <exeRelativePath>cmake-3.19.2-macos-universal/CMake.app/Contents/bin/cmake</exeRelativePath> + <url>https://github.com/Kitware/CMake/releases/download/v3.19.2/cmake-3.19.2-macos-universal.tar.gz</url> + <sha512>031196439a26d6ff2a1f42830ca26b5159752dc2c2c889a4e304327c858157b68088905b10727090918c3605fe7fe429aa19d46e68ed30c17d4d89b3d209aae8</sha512> + <archiveName>cmake-3.19.2-macos-universal.tar.gz</archiveName> </tool> <tool name="cmake" os="linux"> - <version>3.18.4</version> - <exeRelativePath>cmake-3.18.4-Linux-x86_64/bin/cmake</exeRelativePath> - <url>https://github.com/Kitware/CMake/releases/download/v3.18.4/cmake-3.18.4-Linux-x86_64.tar.gz</url> - <sha512>8be5c00dfb00597daae448060fcc612c5e5f0ff9483eb6786cd1c4123cadf15bf2bec1c7892c59792947188889d5a07a9df34190366636c9b8cea4bb1bc7454f</sha512> - <archiveName>cmake-3.18.4-Linux-x86_64.tar.gz</archiveName> + <version>3.19.2</version> + <exeRelativePath>cmake-3.19.2-Linux-x86_64/bin/cmake</exeRelativePath> + <url>https://github.com/Kitware/CMake/releases/download/v3.19.2/cmake-3.19.2-Linux-x86_64.tar.gz</url> + <sha512>67ea7ee428e6c93039646d6d0cbe84c0be337a2b878487635fee71ec2c8992a9078a660e6b793ef11ce13530def44a16b716af96e10a97675d014a26caa0aed4</sha512> + <archiveName>cmake-3.19.2-Linux-x86_64.tar.gz</archiveName> </tool> <tool name="cmake" os="freebsd"> <version>3.12.4</version> |
