diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-06-11 02:48:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-10 11:48:54 -0700 |
| commit | 6dfe4ade80917f951f2b1c5604b5ac8ff6c3013c (patch) | |
| tree | 841d9646bdcca0405de7a4d8d8ed39ea1fdbc8a9 /versions/u- | |
| parent | 4a753ba9ec082f7af7d0e98f60c05cdbd72373d5 (diff) | |
| download | vcpkg-6dfe4ade80917f951f2b1c5604b5ac8ff6c3013c.tar.gz vcpkg-6dfe4ade80917f951f2b1c5604b5ac8ff6c3013c.zip | |
[unittest-cpp] fix config.cmake file (#17122)
* [unittest-cpp] fix config.cmake file
* update version
* update vcpkg.json
* update version
Diffstat (limited to 'versions/u-')
| -rw-r--r-- | versions/u-/unittest-cpp.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/u-/unittest-cpp.json b/versions/u-/unittest-cpp.json index f4ac48856..fe90fa829 100644 --- a/versions/u-/unittest-cpp.json +++ b/versions/u-/unittest-cpp.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "22f6d4e1405162f02c4d25e742fcf0dcc0503146", + "version-semver": "2.0.0", + "port-version": 2 + }, + { "git-tree": "3ba07fcecec6bf9298a04b064411601043d98bd7", "version-string": "2.0.0-1", "port-version": 0 |
