[cpp-taskflow] update to 2.2.0 (#7554)

* [cpp-taskflow] update to 2.2.0

* use release tag instead of the commit id
This commit is contained in:
Reinforce-II 2019-08-07 14:22:31 +09:00 committed by Victor Romero
parent 47a03142e4
commit 554668ce8d
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: cpp-taskflow Source: cpp-taskflow
Version: 2018-11-30 Version: 2.2.0
Description: Fast Parallel Tasking Programming Library using Modern C++. Description: Fast Parallel Tasking Programming Library using Modern C++.

View File

@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO cpp-taskflow/cpp-taskflow REPO cpp-taskflow/cpp-taskflow
REF 97252f7d782c6e896122645175c08131ce10e649 REF v2.2.0
SHA512 df8ae9ea449663cb548f3c37346c2e0c785add2d86b9c618aea2741d81fe88c34b0d3d0e610a4b571973f9bc18631becedfe28e029ecf0c0cc87e4c35a280a29 SHA512 c075f1b7e4dd6ed6d9561b860b660ee4b28eddb321d8aa8746fbec45b1039ab686700156e4273da5a4ac7af0707975331befd9bf3e51f18925ea3a9a60083549
HEAD_REF master HEAD_REF master
) )