diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-06-24 05:38:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-23 14:38:14 -0700 |
| commit | 7042764fe156848e2fba8a97faf094c110f9f4ae (patch) | |
| tree | 481623f4e147a92604be5fb4a856b4964c391f1a /ports/stlab/CONTROL | |
| parent | c75f0b32a674533c619623dd9fe14b2c5a86b926 (diff) | |
| download | vcpkg-7042764fe156848e2fba8a97faf094c110f9f4ae.tar.gz vcpkg-7042764fe156848e2fba8a97faf094c110f9f4ae.zip | |
[stlab] Fix cmake config file (#11787)
* [stlab] Fix cmake config file
* Update ports/stlab/portfile.cmake
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/stlab/CONTROL')
| -rw-r--r-- | ports/stlab/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stlab/CONTROL b/ports/stlab/CONTROL index b67baa4dd..72521a955 100644 --- a/ports/stlab/CONTROL +++ b/ports/stlab/CONTROL @@ -1,5 +1,5 @@ Source: stlab
-Version: 1.5.2 +Version: 1.5.2-1 Description:
stlab is the ongoing work of what was Adobe Software Technology Lab.
The Concurrency library provides futures and channels, high level constructs for implementing algorithms that eases the use of multiple CPU cores while minimizing contention. This library solves several problems of the C++11 and C++17 TS futures.
|
