diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-09-14 11:10:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 20:10:12 -0700 |
| commit | c592209c5f4d537b866548b1f2cb13e296b5dfc6 (patch) | |
| tree | 846a396c15770612f086239bf1ca3a24750148ba /versions | |
| parent | ac0605b700d8f16d03df8664b7ed8e4f3239ef76 (diff) | |
| download | vcpkg-c592209c5f4d537b866548b1f2cb13e296b5dfc6.tar.gz vcpkg-c592209c5f4d537b866548b1f2cb13e296b5dfc6.zip | |
[vcpkg_cmake_configure/vcpkg_configure_cmake] Support VS2022 17.0 (#19088)
* [vcpkg] Support VS2022 17.0
* small changes
* Update vcpkg.cmake
* Update the baseline version
* Update the baseline version
* Update the baselin version
* Adress the review suggestions
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/v-/vcpkg-cmake.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index f6c7eda8a..6558eecb5 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6729,7 +6729,7 @@ "port-version": 1 }, "vcpkg-cmake": { - "baseline": "2021-07-30", + "baseline": "2021-09-13", "port-version": 0 }, "vcpkg-cmake-config": { diff --git a/versions/v-/vcpkg-cmake.json b/versions/v-/vcpkg-cmake.json index 086edd020..6c05751fd 100644 --- a/versions/v-/vcpkg-cmake.json +++ b/versions/v-/vcpkg-cmake.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "fc4d9fcc5b8d2b97c083c6b70dd06df5174bd97b", + "version-date": "2021-09-13", + "port-version": 0 + }, + { "git-tree": "c6df7e0faeda9e783175746c7c440c9bc2bdb111", "version-date": "2021-07-30", "port-version": 0 |
