diff options
| author | Sander Cox <sander@paralleldimension.nl> | 2021-07-01 18:21:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 09:21:55 -0700 |
| commit | fad4d8eecc5c21aa13ccd6a6ad61fa84121e65fc (patch) | |
| tree | e67ea8fed6d534efc8d5a14e16023511e19c0ccb /versions | |
| parent | 2d15043211a07cf6b32678e168ee919015f7e5c8 (diff) | |
| download | vcpkg-fad4d8eecc5c21aa13ccd6a6ad61fa84121e65fc.tar.gz vcpkg-fad4d8eecc5c21aa13ccd6a6ad61fa84121e65fc.zip | |
[vcpkg] Expand Architecture list with escape chars (#18156)
* Expand Architecture list with escape chars
This expands the architecture lists with escape characters. When
building FAT binaries for macos using multiple architectures in the
values they need to be escaped otherwise they are passed on to CMake
incorrectly #14932
* Adding the architecture fix to vcpkg-cmake port
updating port vcpkg-cmake version
* updated version in baseline
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/v-/vcpkg-cmake.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index f24140bc3..e9d829418 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6505,8 +6505,8 @@ "port-version": 0 }, "vcpkg-cmake": { - "baseline": "2021-02-28", - "port-version": 3 + "baseline": "2021-06-25", + "port-version": 4 }, "vcpkg-cmake-config": { "baseline": "2021-05-22", diff --git a/versions/v-/vcpkg-cmake.json b/versions/v-/vcpkg-cmake.json index 1f1fb408b..96d5eb75d 100644 --- a/versions/v-/vcpkg-cmake.json +++ b/versions/v-/vcpkg-cmake.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "acc25ec22f8fd8887a865705580b1d6de041616d", + "version-date": "2021-06-25", + "port-version": 4 + }, + { "git-tree": "0e8bb94599a00fd9c61fd0ae524c22a067c21420", "version-date": "2021-02-28", "port-version": 3 |
