diff options
| author | aggieNick02 <nick@pcpartpicker.com> | 2021-07-01 09:27:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 07:27:37 -0700 |
| commit | 44bc6922764abb4118dc7a14d385bdc0a7a8dc37 (patch) | |
| tree | c0b19ddd18d9b09309c6e5203f5c292c9c2ddccd /versions/baseline.json | |
| parent | c37d7adbcc437e5ad2b0ee820660ad4996af366f (diff) | |
| download | vcpkg-44bc6922764abb4118dc7a14d385bdc0a7a8dc37.tar.gz vcpkg-44bc6922764abb4118dc7a14d385bdc0a7a8dc37.zip | |
[tbb] Remove ability to disable exception support in TBB runtime (#18740)
* After filing an issue with TBB (https://github.com/oneapi-src/oneTBB/issues/414), I found out that building the library with exceptions explicitly disabled as I had added support for had gone from not officially supported to more explicitly disallowed
* update tbb port-version
* run x-add-version
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 8b8873fec..d365b5d34 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6094,7 +6094,7 @@ }, "tbb": { "baseline": "2020_U3", - "port-version": 4 + "port-version": 5 }, "tcl": { "baseline": "core-9-0-a1", |
