diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-01-06 11:19:13 -0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-06 11:19:13 -0800 |
| commit | 020923a98dac40b55098170ae3dcb65a4eab58b5 (patch) | |
| tree | fa3aa7f6fdfc1595dd8a4b25faefa1967d70e59a /ports/parallelstl/CONTROL | |
| parent | 773e835687475c1b01f200e3d65857c457f2c158 (diff) | |
| download | vcpkg-020923a98dac40b55098170ae3dcb65a4eab58b5.tar.gz vcpkg-020923a98dac40b55098170ae3dcb65a4eab58b5.zip | |
[parallelstl] Update to latest version and fix find_package unable to find ParallelSTLConfig.cmake (#9443)
* [parallelstl] Fix find_package unable to find ParallelSTLConfig.cmake
* Add stdlib headers
Diffstat (limited to 'ports/parallelstl/CONTROL')
| -rw-r--r-- | ports/parallelstl/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/parallelstl/CONTROL b/ports/parallelstl/CONTROL index 6361e1bd9..de0c81a04 100644 --- a/ports/parallelstl/CONTROL +++ b/ports/parallelstl/CONTROL @@ -1,5 +1,5 @@ Source: parallelstl
-Version: 20190522-1
+Version: 20191218
Homepage: https://github.com/intel/parallelstl
Description: Parallel STL is an implementation of the C++ standard library algorithms with support for execution policies, as specified in ISO/IEC 14882:2017 standard, commonly called C++17.
Build-Depends: tbb
\ No newline at end of file |
